自动化立体仓库 - WMS系统
#
luxiaotao1123
2021-08-24 74b4d4c5b3f085374eaa93b95ed97bea54309833
src/main/java/com/zy/asrs/service/WrkDetlService.java
@@ -8,6 +8,7 @@
public interface WrkDetlService extends IService<WrkDetl> {
    void createWorkDetail(Integer workNo, List<MatCodeCountDto> matCodeCountDtos, Long userId);
    void createWorkDetail(Integer workNo, List<MatCodeCountDto> matCodeCountDtos, String barcode, Long userId);
    List<WrkDetl> queryWrkDetl(String matNo, String locNo);
}