| | |
| | | public string Tools { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public string Material { get; set; } |
| | | |
| | | |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public string TorqueOne { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public string ArticleOne { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public string ArticleTwo { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public int TorqueOneQuantity { get; set; } |
| | |
| | | |
| | | [SugarColumn(IsNullable = true, Length = 50)] |
| | | public int TorqueSum { get; set; } |
| | | |
| | | |
| | | [SugarColumn(IsNullable = true)] |
| | | public DateTime CreateDate { get; set; } |
| | | |
| | | } |
| | | } |