feat(wms,oms):物料分类:库存列表返回增加 materialClassifyCode/Name 显式映射

(ListTypeHandler,数据关联 material_base_info 带出)
This commit is contained in:
rcx
2026-08-31 13:58:02 +08:00
parent 5ba6a3b73d
commit bc3afbacb1
2 changed files with 12 additions and 0 deletions
@@ -65,6 +65,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<result property="barCode" column="inv_bar_code" />
<result property="inOrderNumber" column="in_order_number" />
<result property="lotNumber" column="lot_number" />
<result property="materialClassifyCode" column="material_classify_code"
typeHandler="com.mhd.common.core.handler.ListTypeHandler" />
<result property="materialClassifyName" column="material_classify_name"
typeHandler="com.mhd.common.core.handler.ListTypeHandler" />
</resultMap>
<sql id="JoinMaterialBaseInfoPo">