skyouc
2025-09-17 828641ce9d4178bbff9030ad19ce93d0267f185c
zy-asrs-wms/src/main/resources/mapper/asrs/PickSheetDetlMapper.xml
@@ -4,8 +4,6 @@
  <resultMap id="BaseResultMap" type="com.zy.asrs.wms.asrs.entity.PickSheetDetl">
    <id column="id" jdbcType="BIGINT" property="id" />
    <result column="pick_id" jdbcType="BIGINT" property="pickId" />
    <result column="order_id" jdbcType="BIGINT" property="orderId" />
    <result column="order_detl_id" jdbcType="BIGINT" property="orderDetlId" />
    <result column="mat_id" jdbcType="BIGINT" property="matId" />
    <result column="loc_id" jdbcType="BIGINT" property="locId" />
    <result column="maktx" jdbcType="VARCHAR" property="maktx" />