自动化立体仓库 - WMS系统
#
whycq
2024-02-22 39e942953f758fdbb1c13ca8f0b094cb4967fc19
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);
}