| | |
| | | [ExporterHeader(DisplayName = "ä¿®æ¹æ¥æ")] |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "ä¿®æ¹æ¥æ")] |
| | | public DateTime? ModifyDate { get; set; } |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "ç±»å")] |
| | | public int MaterialType { get; set; } |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "ç©æç¶æ")] |
| | | public int Wlstatus { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "éé")] |
| | | public decimal Materialweight { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "ç产æ¶é´")] |
| | | public DateTime Mgeneratetime { get; set; } |
| | | } |
| | | } |