自动化立体仓库 - WMS系统
zhangc
2025-01-20 15b6a3e0d236ade3d4bd69f3b6ca9e4e420e455c
src/main/java/com/zy/asrs/mapper/LocRuleMapper.java
@@ -11,8 +11,12 @@
@Repository
public interface LocRuleMapper extends BaseMapper<LocRule> {
    LocRule selectByMatnr(String matnr);
    List<LocRule> selectByMatnr(String matnr);
    LocRule selectByMixed(Integer mixed);
    List<LocRule> selectByMixed(Integer mixed);
    int updateKeepGoByMatnr(String matnr, Integer keepGo);
    int updateKeepGoByMixed(Integer keepGo);
}