tangzy
2021-12-01 e8a43c513da23b8b2aec0a09e602206b8b56ff5e
src/main/java/org/springblade/modules/apply/entity/Apply.java
@@ -158,11 +158,13 @@
   /**
    * 审核状态
    */
   @TableField("examination_type")
   private String examinationType;
   /**
    * 审核明细
    */
   @TableField("examination_mx")
   private String examinationMx;
   /**