tangzy
2021-08-09 43c71c228dcd806c9dd8303d133ca4b3ba9c1275
src/main/java/org/springblade/modules/apply/entity/Apply.java
@@ -170,4 +170,16 @@
    */
   @TableField("apply_code")
   private String applyCode;
   /**
    * 是否考试  1:报名未考   2:已考
    */
   @TableField("is_exam")
   private Integer isExam;
   /**
    * 行政区
    */
   private String jurisdiction;
}