| | |
| | | [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "涓婚敭")] |
| | | public int ID { get; set; } |
| | | |
| | | public string DeviceCode { get; set; } |
| | | public string DeviceCode { get; set; } |
| | | |
| | | //[SugarColumn(IsNullable = true, Length = 50,ColumnName = "TakeId")] |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public int TakeId { get; set; } |
| | | |
| | | //[SugarColumn(IsNullable = true, Length = 50, ColumnName = "GroupOp")] |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public string GroupOp { get; set; } |
| | | |
| | | //[SugarColumn(IsNullable = true, Length = 50, ColumnName = "ProcessSte")] |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public int ProcessSte { get; set; } |
| | | |
| | | //[SugarColumn(IsNullable = true, Length = 50, ColumnName = "TorqueSize")] |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public string TorqueSize { get; set; } |
| | | |
| | | |