自动化立体仓库 - WMS系统
1
zhangc
2025-02-07 aa2d520a06c371e76ef26c78d426a01fca76a2fc
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);
}