|
@@ -1,23 +1,20 @@
|
|
|
package org.jeecg.modules.system.app.entity;
|
|
|
|
|
|
-import java.io.Serializable;
|
|
|
-import java.io.UnsupportedEncodingException;
|
|
|
-import java.util.Date;
|
|
|
-import java.math.BigDecimal;
|
|
|
import com.baomidou.mybatisplus.annotation.IdType;
|
|
|
import com.baomidou.mybatisplus.annotation.TableId;
|
|
|
-import com.baomidou.mybatisplus.annotation.TableName;
|
|
|
import com.baomidou.mybatisplus.annotation.TableLogic;
|
|
|
-import org.jeecg.common.constant.ProvinceCityArea;
|
|
|
-import org.jeecg.common.util.SpringContextUtils;
|
|
|
-import lombok.Data;
|
|
|
+import com.baomidou.mybatisplus.annotation.TableName;
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
-import org.springframework.format.annotation.DateTimeFormat;
|
|
|
-import org.jeecgframework.poi.excel.annotation.Excel;
|
|
|
-import org.jeecg.common.aspect.annotation.Dict;
|
|
|
import io.swagger.v3.oas.annotations.media.Schema;
|
|
|
+import lombok.Data;
|
|
|
import lombok.EqualsAndHashCode;
|
|
|
import lombok.experimental.Accessors;
|
|
|
+import org.jeecgframework.poi.excel.annotation.Excel;
|
|
|
+import org.springframework.format.annotation.DateTimeFormat;
|
|
|
+
|
|
|
+import java.io.Serializable;
|
|
|
+import java.math.BigDecimal;
|
|
|
+import java.util.Date;
|
|
|
|
|
|
/**
|
|
|
* @Description: 教练表
|
|
@@ -65,18 +62,6 @@ public class AppInstructor implements Serializable {
|
|
|
@Excel(name = "擅长说明", width = 15)
|
|
|
@Schema(description = "擅长说明")
|
|
|
private String excelMsg;
|
|
|
- /**无犯罪证明*/
|
|
|
- @Excel(name = "无犯罪证明", width = 15)
|
|
|
- @Schema(description = "无犯罪证明")
|
|
|
- private String certificateInnocence;
|
|
|
- /**健康证*/
|
|
|
- @Excel(name = "健康证", width = 15)
|
|
|
- @Schema(description = "健康证")
|
|
|
- private String healthy;
|
|
|
- /**荣誉证书多个逗号分隔*/
|
|
|
- @Excel(name = "荣誉证书多个逗号分隔", width = 15)
|
|
|
- @Schema(description = "荣誉证书多个逗号分隔")
|
|
|
- private String honor;
|
|
|
/**系统状态;状态(0-正常,1-冻结)*/
|
|
|
@Excel(name = "系统状态;状态(0-正常,1-冻结)", width = 15)
|
|
|
@Schema(description = "系统状态;状态(0-正常,1-冻结)")
|