| | |
| | | [SugarTable("Dt_Putake", "ä»»å¡å解表"), MultiTenant] |
| | | public class Dt_Putake : BaseEntity |
| | | { |
| | | /// <summary> |
| | | /// ä¸»é® |
| | | /// </summary> |
| | | [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主é®")] |
| | | public int ID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// èªå®ä¹ä»»å¡å· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public string Njtakeid { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ä»»å¡åç§° |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public string takename { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// ææ¯å |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public string jishuyuan { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// å·¥é¿ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public string gonzhang { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// è´¨æ£å |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public string zhijianyuan { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åç©å |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public string lijuzouyeyuan { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// è¾
å©å |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public string fuzyuan { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å建人 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public string Pupeople { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// æå±ç±»å«ï¼çµæ°/æºæ¢°/å°æ²ï¼ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public string Grouptype { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// ä¸å任塿¶é´ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true)] |
| | | public DateTime Dispatchtime { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 宿任塿¶é´ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true)] |
| | | public DateTime Finishedtime { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// ä»»å¡ç¶æï¼0/1/2/3/4ï¼ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public int Pustatus { get; set; } |
| | | } |