| | |
| | | public int Id { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 浠撳簱缂栧彿 |
| | | /// 搴撴埧id |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "浠撳簱缂栧彿")] |
| | | [SugarColumn(IsNullable = false, ColumnDescription = "搴撴埧id")] |
| | | public int WarehouseId { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 搴撴埧缂栧彿 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 30, ColumnDescription = "搴撴埧缂栧彿")] |
| | | public string WarehouseCode { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 璐т綅缂栧彿 |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 30, ColumnDescription = "璐т綅缂栧彿")] |