自动化立体仓库 - WCS系统
#
LSH
2023-11-16 ee718203195675fe7b1aab64b3c1890efafb8068
src/main/java/com/zy/asrs/mapper/LocMastMapper.java
@@ -35,4 +35,6 @@
    @Select("select count(*) as count from asr_loc_mast where 1=1 and loc_sts = 'O' and loc_type1 = #{locType1} and crn_no = #{crnNo}")
    Integer selectEmptyLocCount(@Param("locType1") Short locType1, @Param("crnNo") Integer crnNo);
    LocMast selectByLocNo(String locNo);
}