tangzy
2021-08-09 18e70bd30ca3d3af8e94601469639665c9280571
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;
}