27 lines
715 B
C#
27 lines
715 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace dccdc.Models
|
|
{
|
|
public class AccessModel
|
|
{
|
|
public int id { get; set; }
|
|
public int sblx { get; set; }
|
|
public string sbmc { get; set; }
|
|
public string sbip { get; set; }
|
|
public string yhm { get; set; }
|
|
public string mm { get; set; }
|
|
public string dkh { get; set; }
|
|
public int ewmkf { get; set; }
|
|
public string ewmlj { get; set; }
|
|
public int kmlx { get; set; }
|
|
public int status { get; set; }
|
|
public string tjr { get; set; }
|
|
public DateTime tjsj { get; set; }
|
|
public int tjrid { get; set; }
|
|
|
|
}
|
|
}
|