给产品表和原料表加入单位字段,变更对应实体类 bo vo和resultMap
This commit is contained in:
@@ -181,5 +181,11 @@ public class WmsRawMaterialVo {
|
||||
@ExcelProperty(value = "备注")
|
||||
private String remark;
|
||||
|
||||
/**
|
||||
* 单位
|
||||
*/
|
||||
@ExcelProperty(value = "单位")
|
||||
private String unit;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user