给产品表和原料表加入单位字段,变更对应实体类 bo vo和resultMap

This commit is contained in:
2025-07-21 13:25:40 +08:00
parent 0cc606108a
commit 803c497296
8 changed files with 32 additions and 0 deletions

View File

@@ -181,5 +181,11 @@ public class WmsRawMaterialVo {
@ExcelProperty(value = "备注")
private String remark;
/**
* 单位
*/
@ExcelProperty(value = "单位")
private String unit;
}