自动化立体仓库 - WMS系统
13
zhang
18 小时以前 82de5a307466894bbb0258f8a63a26a7bb96d80d
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>