xieb
2023-12-23 471bab6e9291514b346ba9d0502d2495c2e9241a
src/main/java/org/springblade/modules/evaluate/entity/EvaluateCandidateEntity.java
@@ -64,5 +64,7 @@
    */
   @ApiModelProperty(value = "职位名称")
   private String postName;
   @ApiModelProperty(value = "数据来源")
   private Integer dataSource;
}