src/main/java/com/ruoyi/purchase/pojo/PurchaseLedger.java
@@ -90,7 +90,7 @@ /** * 附件材料路径或名称 */ @Excel(name = "附件材料路径或名称") // @Excel(name = "附件材料路径或名称") private String attachmentMaterials; /** @@ -151,6 +151,7 @@ @ApiModelProperty(value = "付款方式") private String paymentMethod; @ApiModelProperty("审批状态 1-待审核,2-审批中,3-审批通过,4-审批失败,5表示是模板") @Excel(name = "审批状态", readConverterExp = "1=待审核,2=审批中,3=审批通过,4=审批失败") private Integer approvalStatus; @ApiModelProperty(value = "模板名称")