feat(wms): 添加材料类型字段
- 在 WmsMaterialCoil 类中新增 materialType 字段- 在 WmsMaterialCoilBo 类中新增 materialType 字段 - 在 WmsMaterialCoilVo 类中新增 materialType 字段
This commit is contained in:
@@ -97,5 +97,8 @@ public class WmsMaterialCoil extends BaseEntity {
|
|||||||
|
|
||||||
private Long actualWarehouseId;
|
private Long actualWarehouseId;
|
||||||
|
|
||||||
|
|
||||||
|
//材料类型
|
||||||
|
private String materialType;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -126,5 +126,8 @@ public class WmsMaterialCoilBo extends BaseEntity {
|
|||||||
|
|
||||||
private Long actualWarehouseId;
|
private Long actualWarehouseId;
|
||||||
|
|
||||||
|
//材料类型
|
||||||
|
private String materialType;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -185,5 +185,9 @@ public class WmsMaterialCoilVo extends BaseEntity {
|
|||||||
private Long actualWarehouseId;
|
private Long actualWarehouseId;
|
||||||
private String actualWarehouseName;
|
private String actualWarehouseName;
|
||||||
|
|
||||||
|
|
||||||
|
//材料类型
|
||||||
|
private String materialType;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user