zss
6 天以前 0da945da9f19f45d849fe8b14dc06bb59c5e4283
src/main/java/com/ruoyi/purchase/dto/PurchaseLedgerDto.java
@@ -48,11 +48,11 @@
     */
    @Excel(name = "供应商名称")
    private String supplierName;
     /**
     * 是否白名单
     */
    @Excel(name = "是否白名单")
    private Integer isWhite;
//     /**
//     * 是否白名单
//     */
//    @Excel(name = "是否白名单")
//    private Integer isWhite;
    /**
     * 录入人姓名id
@@ -165,26 +165,11 @@
    private BigDecimal invoiceAmount;
    /**
     * 来票登记id
     */
    private Long ticketRegistrationId;
    /**
     * 合同金额(产品含税总价)
     */
    @Excel(name = "合同金额")
    private BigDecimal contractAmount = BigDecimal.ZERO;
    @TableField(exist = false)
    @Schema(description = "来票金额")
    @Excel(name = "已来票金额(元)")
    private BigDecimal receiptPaymentAmount =  BigDecimal.ZERO;
    @Schema(description = "未来票金额")
    @TableField(exist = false)
    @Excel(name = "未来票金额(元)")
    private BigDecimal unReceiptPaymentAmount =BigDecimal.ZERO;
    @Schema(description = "文件类型  取 4")
    @TableField(exist = false)