查询库存增加字段

This commit is contained in:
王奎兴
2026-02-05 09:39:58 +08:00
parent e6244b94fe
commit d3428a7b57
3 changed files with 11 additions and 1 deletions
@@ -208,4 +208,13 @@ public class MaterialInventoryPO extends MaterialBasePO {
@ApiModelProperty("物料更多属性列表(批次属性)")
private List<MaterialMoreDetailPO> materialMoreDetailList;
@ApiModelProperty("包装名")
@Excel(name = "包装名")
private String packName;
@ApiModelProperty("单位名")
@Excel(name = "单位名")
private String unitName;
}
@@ -75,7 +75,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
b.material_classify_name,
b.material_type,
b.material_type_name,
b.common
b.common,b.pack_name
</sql>
<sql id="selectMaterialBaseInfoPo1">
@@ -59,6 +59,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<result property="batchRefNo" column="batch_ref_no" />
<result property="sheetRefNo" column="sheet_ref_no" />
<result property="boxPalletNo" column="box_pallet_no" />
<result property="packName" column="pack_name" />
</resultMap>