修改字段净重和规格
This commit is contained in:
+2
-2
@@ -346,11 +346,11 @@ public class BusinessDocumentOrderApplicationService {
|
||||
docRecord.setMaterialCode(material.getMaterialCode());
|
||||
docRecord.setMaterialName(material.getMaterialName());
|
||||
docRecord.setGoodsType(material.getGoodsType());
|
||||
docRecord.setSpecificationModel(material.getSpecificationModel());
|
||||
docRecord.setPackName(material.getPackName());
|
||||
docRecord.setDeclarationUnit(material.getDeclarationUnit());
|
||||
docRecord.setCurrency(material.getCurrency());
|
||||
docRecord.setUnitPrice(material.getUnitPrice());
|
||||
docRecord.setNetWeight(material.getWeightLimit());
|
||||
docRecord.setWeightLimit(material.getWeightLimit());
|
||||
docRecord.setGrossWeight(material.getGrossWeight());
|
||||
}
|
||||
}
|
||||
|
||||
+2
-2
@@ -204,11 +204,11 @@ public class MaterialInfoApplicationService {
|
||||
record.setMaterialCode(material.getMaterialCode());
|
||||
record.setMaterialName(material.getMaterialName());
|
||||
record.setGoodsType(material.getGoodsType());
|
||||
record.setSpecificationModel(material.getSpecificationModel());
|
||||
record.setPackName(material.getPackName());
|
||||
record.setDeclarationUnit(material.getDeclarationUnit());
|
||||
record.setCurrency(material.getCurrency());
|
||||
record.setUnitPrice(material.getUnitPrice());
|
||||
record.setNetWeight(material.getWeightLimit());
|
||||
record.setWeightLimit(material.getWeightLimit());
|
||||
record.setGrossWeight(material.getGrossWeight());
|
||||
record.setPushTime(now);
|
||||
record.setDelFlag(1);
|
||||
|
||||
+2
-2
@@ -34,7 +34,7 @@ public class DocumentPushMaterialRecord implements Serializable {
|
||||
private String materialName;
|
||||
|
||||
@ApiModelProperty("规格型号")
|
||||
private String specificationModel;
|
||||
private String packName;
|
||||
|
||||
@ApiModelProperty("申报单位")
|
||||
private String declarationUnit;
|
||||
@@ -49,7 +49,7 @@ public class DocumentPushMaterialRecord implements Serializable {
|
||||
private BigDecimal unitPrice;
|
||||
|
||||
@ApiModelProperty("净重(kg)")
|
||||
private BigDecimal netWeight;
|
||||
private BigDecimal weightLimit;
|
||||
|
||||
@ApiModelProperty("毛重(kg)")
|
||||
private BigDecimal grossWeight;
|
||||
|
||||
+2
-2
@@ -34,7 +34,7 @@ public class MaterialPushRecord implements Serializable {
|
||||
private String materialName;
|
||||
|
||||
@ApiModelProperty("规格型号")
|
||||
private String specificationModel;
|
||||
private String packName;
|
||||
|
||||
@ApiModelProperty("申报单位")
|
||||
private String declarationUnit;
|
||||
@@ -49,7 +49,7 @@ public class MaterialPushRecord implements Serializable {
|
||||
private BigDecimal unitPrice;
|
||||
|
||||
@ApiModelProperty("净重(kg)")
|
||||
private BigDecimal netWeight;
|
||||
private BigDecimal weightLimit;
|
||||
|
||||
@ApiModelProperty("毛重(kg)")
|
||||
private BigDecimal grossWeight;
|
||||
|
||||
Reference in New Issue
Block a user