huminmin
15 小时以前 39e8f88af6d3c07c183cda4e7c1d1b1c850209f5
src/main/java/com/ruoyi/purchase/dto/PurchaseLedgerDto.java
@@ -27,6 +27,11 @@
    private String entryDateStart;
    private String entryDateEnd;
    @Schema(description = "入库状态")
    private String stockInStatus;
    @Schema(description = "是否所有产品都需要质检")
    private Boolean allNeedQualityCheck;
    private Long id;
@@ -86,7 +91,7 @@
    /**
     * 录入日期
     */
    @JsonFormat(pattern = "yyyy-MM-dd")
    @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
    @Excel(name = "录入日期", width = 30, dateFormat = "yyyy-MM-dd")
    private Date entryDate;
@@ -131,6 +136,9 @@
    private List<SalesLedgerProduct> productData;
    @Schema(description = "批量处理采购台账ID列表")
    private List<Long> ids;
    private List<String> tempFileIds;
    private List<CommonFile> SalesLedgerFiles;
@@ -165,26 +173,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)
@@ -193,6 +186,13 @@
    @Schema(description = "付款方式")
    private String paymentMethod;
    @Schema(description = "车牌号")
    private String carPlateNumber;
    @Schema(description = "运输单位/个人")
    private String transportUnitOrPerson;
    @Schema(description = "审批状态")
    private Integer approvalStatus;
    @Schema(description = "模板名称")