feat(wms): 增加产品和原材料的规格、材质等信息字段
This commit is contained in:
@@ -99,4 +99,11 @@ public class WmsStockVo {
|
||||
//实际库区/库位自关联
|
||||
private Long actualWarehouseId;
|
||||
private String actualWarehouseName;
|
||||
|
||||
|
||||
private String specification; // 规格
|
||||
private String material; // 材质
|
||||
private String surfaceTreatmentDesc; // 表面处理
|
||||
private String zincLayer; // 锌层
|
||||
private String manufacturer; // 厂家
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user