src/main/java/com/ruoyi/purchase/pojo/PurchaseLedger.java
@@ -146,6 +146,9 @@ @Excel(name = "审批状态", readConverterExp = "1=待审核,2=审批中,3=审批通过,4=审批失败") private Integer approvalStatus; @Schema(description = "收货状态 1-待收货 2-收货中 3-已收货") private Integer status; @Schema(description = "模板名称") private String templateName; @Schema(description = "审批人id")