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