qushaowei
2023-12-24 8240a4132c854b0150190bb415da43246e65e6db
lxzn-module-eam/src/main/java/org/jeecg/modules/eam/vo/OperationCertificateApplyPage.java
@@ -52,6 +52,11 @@
    @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "id")
   @ApiModelProperty(value = "申请人")
    private String applicant;
   /**办理人*/
   @Excel(name = "办理人", width = 15, dictTable = "sys_user", dicText = "realname", dicCode = "id")
   @Dict(dictTable = "sys_user", dicText = "realname", dicCode = "id")
   @ApiModelProperty(value = "办理人")
   private String handlePerson;
   /**审核状态*/
   @Excel(name = "审核状态", width = 15, dicCode = "certificate_apply_status")
    @Dict(dicCode = "certificate_apply_status")