模组查询包装箱 时间

This commit is contained in:
2023-03-06 17:03:01 +08:00
parent 5b3f6f6f5d
commit 4fd5498f1e
6 changed files with 61 additions and 21 deletions

View File

@@ -38,6 +38,8 @@ public interface WoPackagingBoxServiceBiz extends CrudService<WoPackagingBox, Wo
List<WoPackagingBoxSubstrate> substrateList (Map<String, Object> params);
List<WoPackagingBox> boxList (String woSubstrateId);
int updateIsArrivedByBoxNo(Integer isArrived, String boxNo);