| | |
| | | public string? Depottype { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 分厂编码 |
| | | /// 工厂编号 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "factory")] |
| | | public string? Factory { get; set; } |
| | |
| | | public string? MaterialProperti { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 自定义字段3 |
| | | /// 自定义字段3,工厂名称 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "remark3")] |
| | | public string? Remark3 { get; set; } |
| | | public string? factory_name { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 自定义字段4 |
| | | /// 自定义字段4,纳入可用量 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "remark4")] |
| | | public string? Remark4 { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 自定义字段5 |
| | | /// 自定义字段5,仓库属性 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "remark5")] |
| | | public string? Remark5 { get; set; } |