|
|
@@ -1,6 +1,7 @@
|
|
|
package com.izouma.wenlvju.domain;
|
|
|
|
|
|
import com.izouma.wenlvju.annotations.Searchable;
|
|
|
+import com.izouma.wenlvju.annotations.SearchableOne;
|
|
|
import com.izouma.wenlvju.enums.RecordStatus;
|
|
|
import io.swagger.annotations.ApiModel;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
@@ -31,6 +32,7 @@ public class Record extends BaseEntity {
|
|
|
@ApiModelProperty(value = "考级活动时间")
|
|
|
private LocalDate examinationEndTime;
|
|
|
|
|
|
+ @SearchableOne
|
|
|
@ApiModelProperty(value = "考级机构名称")
|
|
|
private String examinationAgency;
|
|
|
|
|
|
@@ -38,6 +40,7 @@ public class Record extends BaseEntity {
|
|
|
@ApiModelProperty(value = "单位类别")
|
|
|
private String category;
|
|
|
|
|
|
+ @SearchableOne
|
|
|
@ApiModelProperty(value = "承办单位名称")
|
|
|
private String organizer;
|
|
|
// private Long organizationId;
|
|
|
@@ -85,8 +88,8 @@ public class Record extends BaseEntity {
|
|
|
@ApiModelProperty(value = "考试简章")
|
|
|
private String examinationGuide;
|
|
|
|
|
|
- /*
|
|
|
- 考后备案
|
|
|
+ /**
|
|
|
+ *考后备案
|
|
|
*/
|
|
|
@ApiModelProperty(value = "考试人数")
|
|
|
private int numOfCandidates;
|
|
|
@@ -94,15 +97,9 @@ public class Record extends BaseEntity {
|
|
|
@ApiModelProperty(value = "合格人数")
|
|
|
private int numOfQualified;
|
|
|
|
|
|
-// @ApiModelProperty(value = "法人姓名")
|
|
|
-// private String privacyPolicy;
|
|
|
-//
|
|
|
-// @ApiModelProperty(value = "证件号码")
|
|
|
-// private String IDNo;
|
|
|
-//
|
|
|
@ApiModelProperty(value = "监管人员")
|
|
|
private Long supervisorUserId;
|
|
|
-//
|
|
|
+
|
|
|
// @ApiModelProperty(value = "监管状态")
|
|
|
// @Enumerated(EnumType.STRING)
|
|
|
// private RegulatoryStatus regulatoryStatus;
|