tangzy
2021-08-25 55c7ca1ef88e9b3cf772cbf77eed3ac81dcfb41a
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;
   /**