自动化立体仓库 - WMS系统
1
zhang
2025-07-03 df6f3314b6b77c3c3c38b6dddf539c4255bd7796
src/main/resources/mapper/ViewInOutMapper.xml
@@ -297,5 +297,9 @@
         and matnr = #{matnr}
      </if>
   </select>
   <select id="selectAll" resultType="com.zy.asrs.entity.ViewInOutBean">
      select * from asr_sta_inout_view a
   </select>
</mapper>