手动装箱更新 默认显示当天

This commit is contained in:
2023-03-06 21:02:54 +08:00
parent 4fd5498f1e
commit ddc2343842
10 changed files with 83 additions and 7 deletions

View File

@@ -40,6 +40,8 @@ public interface WoPackagingBoxServiceBiz extends CrudService<WoPackagingBox, Wo
List<WoPackagingBox> boxList (String woSubstrateId);
IdVo insertSubstrateManual(WoPackagingBoxDTO dto);
int updateIsArrivedByBoxNo(Integer isArrived, String boxNo);