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.
49 lines
2.0 KiB
49 lines
2.0 KiB
//------------------------------------------------------------------------------ |
|
// <auto-generated> |
|
// 此代码已从模板生成。 |
|
// |
|
// 手动更改此文件可能导致应用程序出现意外的行为。 |
|
// 如果重新生成代码,将覆盖对此文件的手动更改。 |
|
// </auto-generated> |
|
//------------------------------------------------------------------------------ |
|
|
|
namespace SchedulingSystemClient |
|
{ |
|
using System; |
|
using System.Collections.Generic; |
|
|
|
public partial class Bus_RJSSB |
|
{ |
|
public int ID { get; set; } |
|
public string SQDH { get; set; } |
|
public Nullable<System.DateTime> SSKSSJ { get; set; } |
|
public Nullable<decimal> SSZSC { get; set; } |
|
public Nullable<int> SSSID { get; set; } |
|
public Nullable<int> ZS1 { get; set; } |
|
public Nullable<int> ZS2 { get; set; } |
|
public Nullable<int> ZS3 { get; set; } |
|
public Nullable<int> MZYS1 { get; set; } |
|
public Nullable<int> MZYS2 { get; set; } |
|
public Nullable<int> MZYS3 { get; set; } |
|
public Nullable<int> XSHS1 { get; set; } |
|
public Nullable<int> XSHS2 { get; set; } |
|
public Nullable<int> XHHS1 { get; set; } |
|
public Nullable<int> XHHS2 { get; set; } |
|
public string BZ { get; set; } |
|
public Nullable<int> PBZT { get; set; } |
|
public string ZYH { get; set; } |
|
public string HZXM { get; set; } |
|
public Nullable<int> KSID { get; set; } |
|
public Nullable<System.DateTime> SQSJ { get; set; } |
|
public string SQZD { get; set; } |
|
public Nullable<int> ZDYS { get; set; } |
|
public Nullable<bool> SFJZ { get; set; } |
|
public string ZLKH { get; set; } |
|
public Nullable<int> QZ { get; set; } |
|
public Nullable<decimal> SSSC { get; set; } |
|
public Nullable<decimal> QJSC { get; set; } |
|
public Nullable<System.DateTime> SSJSSJ { get; set; } |
|
public Nullable<int> SSID { get; set; } |
|
public Nullable<System.DateTime> SSRQ { get; set; } |
|
} |
|
}
|
|
|