feat(wms): 增加产品和原材料的规格、材质等信息字段

This commit is contained in:
2025-11-17 17:00:57 +08:00
parent 0f92560e62
commit 3f507cef5b
3 changed files with 70 additions and 2 deletions

View File

@@ -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; // 厂家
}