You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.4 KiB
43 lines
1.4 KiB
using System; |
|
using System.Collections.Generic; |
|
using System.Linq; |
|
using System.Text; |
|
|
|
namespace SchedulingSystem.EntityClass |
|
{ |
|
public class Cus_Sqjl |
|
{ |
|
public int ID { get; set; } |
|
public int SSSID { get; set; } |
|
public string SSS { get; set; } |
|
public int KSID { get; set; } |
|
public string KS { get; set; } |
|
public string YSBM { get; set; } |
|
public string YSXM { get; set; } |
|
public string SSMC { get; set; } |
|
public int SSLXID { get; set; } |
|
public string SSLX { get; set; } |
|
public int SSQJDID { get; set; } |
|
public string SSQJD { get; set; } |
|
public int SQRID { get; set; } |
|
public string SQR { get; set; } |
|
public DateTime? SQSJ { get; set; } |
|
public string strSQSJ { get; set; } |
|
public int XGRID { get; set; } |
|
public string XGR { get; set; } |
|
public DateTime? XGSJ { get; set; } |
|
public string strXGSJ { get; set; } |
|
public int? PBZT { get; set; } |
|
public string strPBZT { get; set; } |
|
public int? QZ { get; set; } |
|
public DateTime? KSSJ { get; set; } |
|
public string strKSSJ { get; set; } |
|
public string BRXM { get; set; } |
|
public string ZYH { get; set; } |
|
public string ZLKH { get; set; } |
|
public int? SSSC { get; set; } |
|
public string strSSSC { get; set; } |
|
public int? YSID { get; set; } |
|
public int? QJSJ { get; set; } |
|
} |
|
}
|
|
|