tangzy
2021-08-31 fd4e3e2d5343a01a4f24e256f5fe21728e4d1536
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;
   /**