fix(bms):单位 数量 单价
This commit is contained in:
@@ -88,4 +88,10 @@ public class BillDetail extends BaseVOEntity{
|
||||
private String invoiceItemName;
|
||||
@ApiModelProperty(value = "费用类别")
|
||||
private String feeType;
|
||||
@ApiModelProperty(value = "计费单位")
|
||||
private String billingUnit;
|
||||
@ApiModelProperty(value = "计费数量")
|
||||
private BigDecimal billingNum;
|
||||
@ApiModelProperty(value = "计费单价")
|
||||
private BigDecimal billingUnitPrice;
|
||||
}
|
||||
@@ -134,5 +134,11 @@ public class BillDetailPO extends BaseVOEntity{
|
||||
private String invoiceItemName;
|
||||
@ApiModelProperty(value = "费用类别")
|
||||
private String feeType;
|
||||
@ApiModelProperty(value = "计费单位")
|
||||
private String billingUnit;
|
||||
@ApiModelProperty(value = "计费数量")
|
||||
private BigDecimal billingNum;
|
||||
@ApiModelProperty(value = "计费单价")
|
||||
private BigDecimal billingUnitPrice;
|
||||
|
||||
}
|
||||
@@ -98,4 +98,10 @@ public class BillDetailDO extends BaseVOEntity{
|
||||
private String invoiceItemName;
|
||||
@ApiModelProperty(value = "费用类别")
|
||||
private String feeType;
|
||||
@ApiModelProperty(value = "计费单位")
|
||||
private String billingUnit;
|
||||
@ApiModelProperty(value = "计费数量")
|
||||
private BigDecimal billingNum;
|
||||
@ApiModelProperty(value = "计费单价")
|
||||
private BigDecimal billingUnitPrice;
|
||||
}
|
||||
@@ -139,4 +139,10 @@ public class BillDetailDTO extends BaseVOEntity{
|
||||
private String invoiceItemName;
|
||||
@ApiModelProperty(value = "费用类别")
|
||||
private String feeType;
|
||||
@ApiModelProperty(value = "计费单位")
|
||||
private String billingUnit;
|
||||
@ApiModelProperty(value = "计费数量")
|
||||
private BigDecimal billingNum;
|
||||
@ApiModelProperty(value = "计费单价")
|
||||
private BigDecimal billingUnitPrice;
|
||||
}
|
||||
Reference in New Issue
Block a user