This commit is contained in:
2025-10-28 15:03:08 +08:00
parent afab616053
commit f446d962ff
5 changed files with 36 additions and 1 deletions

View File

@@ -18,6 +18,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<result property="parentCoilNos" column="parent_coil_nos"/>
<result property="itemType" column="item_type"/>
<result property="itemId" column="item_id"/>
<result property="grossWeight" column="gross_weight"/>
<result property="netWeight" column="net_weight"/>
<result property="status" column="status"/>
<result property="remark" column="remark"/>
<result property="delFlag" column="del_flag"/>