| | |
| | | ///</summary> |
| | | [SugarColumn(ColumnName = "DEPOT_ID")] |
| | | public decimal? DepotId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 生产线组 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName = "SJXB")] |
| | | public string? Sjxb { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 销售订单号 |
| | | ///</summary> |
| | | [SugarColumn(ColumnName = "XS_DDH")] |
| | | public string? XsDdh { get; set; } |
| | | |
| | | [SugarColumn(IsIgnore = true)] |
| | | public string? ItemName{ get; set; } |
| | | |
| | | [SugarColumn(IsIgnore = true)] |
| | | public string? ItemModel { get; set; } |
| | | |
| | | [SugarColumn(IsIgnore = true)] |
| | | public string? CreateUser { get; set; } |
| | | |
| | | //fcheckBy |
| | | [SugarColumn(IsIgnore = true)] |
| | | public string? FcheckUser { get; set; } |
| | | |
| | | [SugarColumn(IsIgnore = true)] |
| | | public string? DepotName { get; set; } |
| | | } |
| | | } |