src/main/java/com/ruoyi/sales/pojo/SalesLedger.java
@@ -35,6 +35,11 @@ private String salesContractNo; /** * 是否开票 1-是 2-否 */ private Integer isInvoice; /** * 客户合同号 */ @Excel(name = "客户合同号") @@ -104,6 +109,7 @@ @TableField(exist = false) @ApiModelProperty(value = "未开票金额(元)") @Excel(name = "未开票金额") private BigDecimal noInvoiceAmountTotal = BigDecimal.ZERO; @ApiModelProperty(value = "签订日期") @@ -111,6 +117,7 @@ @TableField(exist = false) @ApiModelProperty(value = "已开票金额(元)") @Excel(name = "已开票金额") private BigDecimal invoiceTotal = BigDecimal.ZERO; @TableField(exist = false)