计价规则字段添加;
This commit is contained in:
+1
-1
@@ -240,7 +240,7 @@ public class MaterialBaseInfoFeign extends BaseVOEntity{
|
|||||||
private BigDecimal insureAmount;
|
private BigDecimal insureAmount;
|
||||||
|
|
||||||
@ApiModelProperty(name = "收费标准")
|
@ApiModelProperty(name = "收费标准")
|
||||||
private String chargeStandard;
|
private BigDecimal chargeStandard;
|
||||||
|
|
||||||
@ApiModelProperty(name = "单位")
|
@ApiModelProperty(name = "单位")
|
||||||
private String unit;
|
private String unit;
|
||||||
|
|||||||
+1
-1
@@ -76,7 +76,7 @@ public class MaterialClassify extends BaseVOEntity{
|
|||||||
|
|
||||||
@ApiModelProperty("收费标准")
|
@ApiModelProperty("收费标准")
|
||||||
@Excel(name = "收费标准")
|
@Excel(name = "收费标准")
|
||||||
private String chargeStandard;
|
private BigDecimal chargeStandard;
|
||||||
|
|
||||||
@ApiModelProperty("单位")
|
@ApiModelProperty("单位")
|
||||||
@Excel(name = "单位")
|
@Excel(name = "单位")
|
||||||
|
|||||||
+1
-1
@@ -83,7 +83,7 @@ public class MaterialClassifyPO extends BaseVOEntity{
|
|||||||
private List<String> materialClassifyCodeList;
|
private List<String> materialClassifyCodeList;
|
||||||
@ApiModelProperty("收费标准")
|
@ApiModelProperty("收费标准")
|
||||||
@Excel(name = "收费标准")
|
@Excel(name = "收费标准")
|
||||||
private String chargeStandard;
|
private BigDecimal chargeStandard;
|
||||||
|
|
||||||
@ApiModelProperty("单位")
|
@ApiModelProperty("单位")
|
||||||
@Excel(name = "单位")
|
@Excel(name = "单位")
|
||||||
|
|||||||
+1
-1
@@ -84,7 +84,7 @@ public class MaterialClassifyDO extends BaseVOEntity{
|
|||||||
private List<String> materialClassifyCodeList;
|
private List<String> materialClassifyCodeList;
|
||||||
@ApiModelProperty("收费标准")
|
@ApiModelProperty("收费标准")
|
||||||
@Excel(name = "收费标准")
|
@Excel(name = "收费标准")
|
||||||
private String chargeStandard;
|
private BigDecimal chargeStandard;
|
||||||
|
|
||||||
@ApiModelProperty("单位")
|
@ApiModelProperty("单位")
|
||||||
@Excel(name = "单位")
|
@Excel(name = "单位")
|
||||||
|
|||||||
+1
-1
@@ -84,7 +84,7 @@ public class MaterialClassifyDTO extends BaseVOEntity{
|
|||||||
private List<String> materialClassifyCodeList;
|
private List<String> materialClassifyCodeList;
|
||||||
@ApiModelProperty("收费标准")
|
@ApiModelProperty("收费标准")
|
||||||
@Excel(name = "收费标准")
|
@Excel(name = "收费标准")
|
||||||
private String chargeStandard;
|
private BigDecimal chargeStandard;
|
||||||
|
|
||||||
@ApiModelProperty("单位")
|
@ApiModelProperty("单位")
|
||||||
@Excel(name = "单位")
|
@Excel(name = "单位")
|
||||||
|
|||||||
+1
-1
@@ -263,7 +263,7 @@ public class MaterialBaseInfoDTO extends BaseVOEntity {
|
|||||||
private BigDecimal insureAmount;
|
private BigDecimal insureAmount;
|
||||||
|
|
||||||
@ApiModelProperty(name = "收费标准")
|
@ApiModelProperty(name = "收费标准")
|
||||||
private String chargeStandard;
|
private BigDecimal chargeStandard;
|
||||||
|
|
||||||
@ApiModelProperty(name = "单位")
|
@ApiModelProperty(name = "单位")
|
||||||
private String unit;
|
private String unit;
|
||||||
|
|||||||
+20
@@ -432,4 +432,24 @@ public class ReservationStockInOrder extends BaseVOEntity {
|
|||||||
@ApiModelProperty("运输业务单号")
|
@ApiModelProperty("运输业务单号")
|
||||||
private String businessNumber;
|
private String businessNumber;
|
||||||
|
|
||||||
|
@ApiModelProperty("是否免费夫力费费")
|
||||||
|
private String isFreeManpowerFee;
|
||||||
|
|
||||||
|
@ApiModelProperty("折扣")
|
||||||
|
private BigDecimal discount;
|
||||||
|
|
||||||
|
@ApiModelProperty("火险保费")
|
||||||
|
private BigDecimal fireInsureFee;
|
||||||
|
|
||||||
|
@ApiModelProperty("夫力费")
|
||||||
|
private BigDecimal manpowerFee;
|
||||||
|
|
||||||
|
@ApiModelProperty("总仓租")
|
||||||
|
private BigDecimal totalWarehouseRent;
|
||||||
|
|
||||||
|
@ApiModelProperty("业务计价类型")
|
||||||
|
private String businessChargeType;
|
||||||
|
|
||||||
|
@ApiModelProperty("业务计价方式")
|
||||||
|
private String businessPriceWay;
|
||||||
}
|
}
|
||||||
+21
@@ -455,4 +455,25 @@ public class ReservationStockInOrderPO extends BaseVOEntity {
|
|||||||
private String customerNcCode;
|
private String customerNcCode;
|
||||||
@ApiModelProperty("运输业务单号")
|
@ApiModelProperty("运输业务单号")
|
||||||
private String businessNumber;
|
private String businessNumber;
|
||||||
|
|
||||||
|
@ApiModelProperty("是否免费夫力费费")
|
||||||
|
private String isFreeManpowerFee;
|
||||||
|
|
||||||
|
@ApiModelProperty("折扣")
|
||||||
|
private BigDecimal discount;
|
||||||
|
|
||||||
|
@ApiModelProperty("火险保费")
|
||||||
|
private BigDecimal fireInsureFee;
|
||||||
|
|
||||||
|
@ApiModelProperty("夫力费")
|
||||||
|
private BigDecimal manpowerFee;
|
||||||
|
|
||||||
|
@ApiModelProperty("总仓租")
|
||||||
|
private BigDecimal totalWarehouseRent;
|
||||||
|
|
||||||
|
@ApiModelProperty("业务计价类型")
|
||||||
|
private String businessChargeType;
|
||||||
|
|
||||||
|
@ApiModelProperty("业务计价方式")
|
||||||
|
private String businessPriceWay;
|
||||||
}
|
}
|
||||||
+20
@@ -480,4 +480,24 @@ public class ReservationStockInOrderDO extends BaseVOEntity {
|
|||||||
private String xfStatus;
|
private String xfStatus;
|
||||||
@ApiModelProperty("运输业务单号")
|
@ApiModelProperty("运输业务单号")
|
||||||
private String businessNumber;
|
private String businessNumber;
|
||||||
|
@ApiModelProperty("是否免费夫力费费")
|
||||||
|
private String isFreeManpowerFee;
|
||||||
|
|
||||||
|
@ApiModelProperty("折扣")
|
||||||
|
private BigDecimal discount;
|
||||||
|
|
||||||
|
@ApiModelProperty("火险保费")
|
||||||
|
private BigDecimal fireInsureFee;
|
||||||
|
|
||||||
|
@ApiModelProperty("夫力费")
|
||||||
|
private BigDecimal manpowerFee;
|
||||||
|
|
||||||
|
@ApiModelProperty("总仓租")
|
||||||
|
private BigDecimal totalWarehouseRent;
|
||||||
|
|
||||||
|
@ApiModelProperty("业务计价类型")
|
||||||
|
private String businessChargeType;
|
||||||
|
|
||||||
|
@ApiModelProperty("业务计价方式")
|
||||||
|
private String businessPriceWay;
|
||||||
}
|
}
|
||||||
+20
@@ -475,4 +475,24 @@ public class ReservationStockInOrderDTO extends ReservationStockInOrderBaseDTO {
|
|||||||
private String expectTimeEnd;
|
private String expectTimeEnd;
|
||||||
@ApiModelProperty("运输业务单号")
|
@ApiModelProperty("运输业务单号")
|
||||||
private String businessNumber;
|
private String businessNumber;
|
||||||
|
@ApiModelProperty("是否免费夫力费费")
|
||||||
|
private String isFreeManpowerFee;
|
||||||
|
|
||||||
|
@ApiModelProperty("折扣")
|
||||||
|
private BigDecimal discount;
|
||||||
|
|
||||||
|
@ApiModelProperty("火险保费")
|
||||||
|
private BigDecimal fireInsureFee;
|
||||||
|
|
||||||
|
@ApiModelProperty("夫力费")
|
||||||
|
private BigDecimal manpowerFee;
|
||||||
|
|
||||||
|
@ApiModelProperty("总仓租")
|
||||||
|
private BigDecimal totalWarehouseRent;
|
||||||
|
|
||||||
|
@ApiModelProperty("业务计价类型")
|
||||||
|
private String businessChargeType;
|
||||||
|
|
||||||
|
@ApiModelProperty("业务计价方式")
|
||||||
|
private String businessPriceWay;
|
||||||
}
|
}
|
||||||
+3
@@ -400,4 +400,7 @@ public class ReserveInMaterialDetail extends BaseVOEntity {
|
|||||||
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
|
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
|
||||||
@DateTimeFormat(pattern="yyyy-MM-dd")
|
@DateTimeFormat(pattern="yyyy-MM-dd")
|
||||||
private Date shelfLife;
|
private Date shelfLife;
|
||||||
|
|
||||||
|
@ApiModelProperty("火险保费")
|
||||||
|
private BigDecimal fireInsureFee;
|
||||||
}
|
}
|
||||||
+3
@@ -503,4 +503,7 @@ public class ReserveInMaterialDetailPO extends ReserveStockInOrderBasePO {
|
|||||||
@DateTimeFormat(pattern="yyyy-MM-dd")
|
@DateTimeFormat(pattern="yyyy-MM-dd")
|
||||||
private Date shelfLife;
|
private Date shelfLife;
|
||||||
|
|
||||||
|
@ApiModelProperty("火险保费")
|
||||||
|
private BigDecimal fireInsureFee;
|
||||||
|
|
||||||
}
|
}
|
||||||
+2
-1
@@ -465,5 +465,6 @@ public class ReserveInMaterialDetailDO extends ReserveStockInOrderBaseDO {
|
|||||||
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
|
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
|
||||||
@DateTimeFormat(pattern="yyyy-MM-dd")
|
@DateTimeFormat(pattern="yyyy-MM-dd")
|
||||||
private Date shelfLife;
|
private Date shelfLife;
|
||||||
|
@ApiModelProperty("火险保费")
|
||||||
|
private BigDecimal fireInsureFee;
|
||||||
}
|
}
|
||||||
+3
@@ -471,4 +471,7 @@ public class ReserveInMaterialDetailDTO extends BaseVOEntity {
|
|||||||
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
|
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
|
||||||
@DateTimeFormat(pattern="yyyy-MM-dd")
|
@DateTimeFormat(pattern="yyyy-MM-dd")
|
||||||
private Date shelfLife;
|
private Date shelfLife;
|
||||||
|
|
||||||
|
@ApiModelProperty("火险保费")
|
||||||
|
private BigDecimal fireInsureFee;
|
||||||
}
|
}
|
||||||
+1
-1
@@ -232,7 +232,7 @@ public class MaterialBaseInfo extends BaseVOEntity {
|
|||||||
private BigDecimal insureAmount;
|
private BigDecimal insureAmount;
|
||||||
|
|
||||||
@ApiModelProperty(name = "收费标准")
|
@ApiModelProperty(name = "收费标准")
|
||||||
private String chargeStandard;
|
private BigDecimal chargeStandard;
|
||||||
|
|
||||||
@ApiModelProperty(name = "单位")
|
@ApiModelProperty(name = "单位")
|
||||||
private String unit;
|
private String unit;
|
||||||
|
|||||||
+1
-1
@@ -279,7 +279,7 @@ public class MaterialBaseInfoPO extends BaseVOEntity {
|
|||||||
private BigDecimal insureAmount;
|
private BigDecimal insureAmount;
|
||||||
|
|
||||||
@ApiModelProperty(name = "收费标准")
|
@ApiModelProperty(name = "收费标准")
|
||||||
private String chargeStandard;
|
private BigDecimal chargeStandard;
|
||||||
|
|
||||||
@ApiModelProperty(name = "单位")
|
@ApiModelProperty(name = "单位")
|
||||||
private String unit;
|
private String unit;
|
||||||
|
|||||||
+1
-1
@@ -255,7 +255,7 @@ public class MaterialBaseInfoDO extends BaseVOEntity {
|
|||||||
private BigDecimal insureAmount;
|
private BigDecimal insureAmount;
|
||||||
|
|
||||||
@ApiModelProperty(name = "收费标准")
|
@ApiModelProperty(name = "收费标准")
|
||||||
private String chargeStandard;
|
private BigDecimal chargeStandard;
|
||||||
|
|
||||||
@ApiModelProperty(name = "单位")
|
@ApiModelProperty(name = "单位")
|
||||||
private String unit;
|
private String unit;
|
||||||
|
|||||||
+1
-1
@@ -307,7 +307,7 @@ public class MaterialBaseInfoDTO extends BaseVOEntity {
|
|||||||
private BigDecimal insureAmount;
|
private BigDecimal insureAmount;
|
||||||
|
|
||||||
@ApiModelProperty(name = "收费标准")
|
@ApiModelProperty(name = "收费标准")
|
||||||
private String chargeStandard;
|
private BigDecimal chargeStandard;
|
||||||
|
|
||||||
@ApiModelProperty(name = "单位")
|
@ApiModelProperty(name = "单位")
|
||||||
private String unit;
|
private String unit;
|
||||||
|
|||||||
Reference in New Issue
Block a user