| | |
| | | public string MaterialName { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 夿³¨(䏿¸¸) |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, ColumnDescription = "夿³¨(䏿¸¸)")] |
| | | public string Remark { get; set; } |
| | | |
| | | /// <summary> |
| | | /// åºåºåæç»ç¶æ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "åºåºåæç»ç¶æ")] |
| | | public int OutSGOrderDetailStatus { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 顺åºå· |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "顺åºå·")] |
| | | public int Number { get; set; } |
| | | } |
| | | } |