huminmin
2 天以前 f814b25800feaac018114a9f7906eae00c4d5f44
src/main/java/com/ruoyi/purchase/pojo/PurchaseLedger.java
@@ -136,20 +136,19 @@
     */
    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;
    @Schema(description = "付款方式")
    private String paymentMethod;
    @Schema(description = "车牌号")
    private String carPlateNumber;
    @Schema(description = "运输单位/个人")
    private String transportUnitOrPerson;
    @Schema(description = "审批状态  1-待审核,2-审批中,3-审批通过,4-审批失败,5表示是模板")
    @Excel(name = "审批状态", readConverterExp = "1=待审核,2=审批中,3=审批通过,4=审批失败")
    private Integer approvalStatus;
@@ -165,5 +164,4 @@
    @TableField(fill = FieldFill.INSERT)
    private Long deptId;
}