出入库优化

This commit is contained in:
朱昊天
2026-05-08 16:46:36 +08:00
parent 22ace156f9
commit b5f5815c71
18 changed files with 289 additions and 639 deletions

View File

@@ -27,6 +27,8 @@ public class GearStockIoOrderDetail extends BaseEntity {
private Long itemId;
private Integer materialTypeSnapshot;
private String itemName;
private String specName;
@@ -54,4 +56,3 @@ public class GearStockIoOrderDetail extends BaseEntity {
@TableLogic(value = "0", delval = "2")
private String delFlag;
}