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.
61 lines
2.2 KiB
61 lines
2.2 KiB
using System; |
|
using System.Collections.Generic; |
|
using System.Linq; |
|
using System.Text; |
|
|
|
namespace SchedulingSystemClient.EntityClass |
|
{ |
|
|
|
public class Cus_SSPB |
|
{ |
|
public int ID { get; set; } |
|
public string SQDH { get; set; } |
|
public DateTime? SSKSSJ { get; set; } |
|
public decimal? SSZSC { get; set; } |
|
public int? SSSID { get; set; } |
|
public string SSSMC { get; set; } |
|
public int? SSID { get; set; } |
|
public string SSMC { get; set; } |
|
public string SSBM { get; set; } |
|
public string HZXM { get; set; } |
|
public int? KSID { get; set; } |
|
public string KSMC { get; set; } |
|
public int? ZDYSID { get; set; } |
|
public string ZDYS { get; set; } |
|
public int? ZS1ID { get; set; } |
|
public string ZS1 { get; set; } |
|
public int? ZS2ID { get; set; } |
|
public string ZS2 { get; set; } |
|
public int? ZS3ID { get; set; } |
|
public string ZS3 { get; set; } |
|
public int? MZYS1ID { get; set; } |
|
public string MZYS1 { get; set; } |
|
public int? MZYS2ID { get; set; } |
|
public string MZYS2 { get; set; } |
|
public int? MZYS3ID { get; set; } |
|
public string MZYS3 { get; set; } |
|
public int? XSHS1ID { get; set; } |
|
public string XSHS1 { get; set; } |
|
public int? XSHS2ID { get; set; } |
|
public string XSHS2 { get; set; } |
|
public int? XHHS1ID { get; set; } |
|
public string XHHS1 { get; set; } |
|
public int? XHHS2ID { get; set; } |
|
public string XHHS2 { get; set; } |
|
public int? PBZTID { get; set; } |
|
public string PBZT { get; set; } |
|
public string BZ { get; set; } |
|
public string QKLX { get; set; } |
|
public string SSDJ { get; set; } |
|
public decimal? QJSC { get; set; } |
|
public int? QZ { get; set; } |
|
public bool? SFJZ { get; set; } |
|
public DateTime? SQSJ { get; set; } |
|
public string SQZD { get; set; } |
|
public DateTime? SSJSSJ { get; set; } |
|
public DateTime? SSRQ { get; set; } |
|
public Decimal? SSSC { get; set; } |
|
public string ZLKH { get; set; } |
|
public string ZYH { get; set; } |
|
} |
|
}
|
|
|