给产品表和原料表加入单位字段,变更对应实体类 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

@@ -122,5 +122,9 @@ public class WmsRawMaterial extends BaseEntity {
* 备注
*/
private String remark;
/**
* 单位
*/
private String unit;
}