| | |
| | | |
| | | namespace WIDESEAWCS_Model.Models |
| | | { |
| | | [SugarTable("Dt_MaintenanceTeam", "æ£ä¿®çç»è¡¨")] //('æ°æ®åºè¡¨å'ï¼'æ°æ®åºè¡¨å¤æ³¨') |
| | | [SugarTable("Dt_MaintenanceTeam", "æ£ä¿®çç»è®°å½è¡¨")] //('æ°æ®åºè¡¨å'ï¼'æ°æ®åºè¡¨å¤æ³¨') |
| | | public class Dt_MaintenanceTeam : BaseEntity |
| | | { |
| | | /// <summary> |
| | |
| | | /// </summary> |
| | | [SugarColumn(IsPrimaryKey = true, IsIdentity = true)] |
| | | public int ID { get; set; } |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// è´¦å· |
| | |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// çç»å |
| | | /// </summary> |
| | | [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "çç»å")] |
| | | public string TeamName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ipå°å |
| | | /// </summary> |
| | | [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "ipå°å")] |
| | | public string IPAddress { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | |
| | | [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "æ£ä¿®ç¶æ")] |
| | | public int MaintenanceStatus { get; set; } |
| | | |
| | | /// <summary> |
| | | /// çç»å |
| | | /// </summary> |
| | | [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "çç»å")] |
| | | public string TeamName { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// ipå°å |
| | | /// </summary> |
| | | [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "ipå°å")] |
| | | public string IPAddress { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åé
æ¶é´ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "åé
æ¶é´")] |
| | | public DateTime DistributionTime { get; set; } |
| | | public DateTime? DistributionTime { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 宿æ£ä¿®æ¶é´ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "宿æ£ä¿®æ¶é´")] |
| | | public DateTime? EndTime { get; set; } |
| | | |
| | | |
| | | |