20 小时以前 f5cc69d226d73878bfb9a67b3835ff1842732ffe
src/main/java/com/ruoyi/purchase/pojo/PurchaseLedger.java
@@ -33,6 +33,12 @@
    private String purchaseContractNumber;
    /**
     * 总合同号
     */
    @Excel(name = "总合同号")
    private String masterContractNo;
    /**
     * 供应商名称id
     */
    private Long supplierId;
@@ -136,14 +142,6 @@
     */
    private String phoneNumber;
    @TableField(exist = false)
    @Schema(description = "来票金额")
    private String receiptPaymentAmount;
    @Schema(description = "未来票金额")
    @TableField(exist = false)
    private String unReceiptPaymentAmount;
    @Schema(description = "文件类型  取 4")
    @TableField(exist = false)
    private Integer type;
@@ -153,6 +151,9 @@
    @Schema(description = "审批状态  1-待审核,2-审批中,3-审批通过,4-审批失败,5表示是模板")
    @Excel(name = "审批状态", readConverterExp = "1=待审核,2=审批中,3=审批通过,4=审批失败")
    private Integer approvalStatus;
    @Schema(description = "收货状态 1-待收货 2-收货中 3-已收货")
    private Integer status;
    @Schema(description = "模板名称")
    private String templateName;
@@ -165,5 +166,4 @@
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
}