查询库存增加字段
This commit is contained in:
+9
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user