物料管理-新增/编辑-添加毛重,修改汇率管理问题
This commit is contained in:
+4
@@ -211,6 +211,10 @@ public class MaterialBaseInfoFeign extends BaseVOEntity{
|
||||
@Excel(name = "货物类型:0-物料 1-半成品 2-成品")
|
||||
private Integer goodsType;
|
||||
|
||||
@ApiModelProperty("毛重(kg)")
|
||||
@Excel(name = "毛重(kg)")
|
||||
private BigDecimal grossWeight;
|
||||
|
||||
/**
|
||||
* 规格型号
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user