syh 4 роки тому
батько
коміт
f0e1c17425

+ 0 - 3
src/main/java/cn/com/ctop/okr/entity/OkrFocusInfo.java

@@ -23,9 +23,6 @@ import org.jeecgframework.poi.excel.annotation.Excel;
  */
 @Data
 @TableName("okr_focus_info")
-@EqualsAndHashCode(callSuper = false)
-@Accessors(chain = true)
-@ApiModel(value="okr_focus_info对象", description="关注信息")
 public class OkrFocusInfo {
 
 	/**id*/

+ 0 - 2
src/main/java/cn/com/ctop/okr/entity/OkrObjectInfoDisclosure.java

@@ -23,8 +23,6 @@ import org.jeecgframework.poi.excel.annotation.Excel;
  */
 @Data
 @TableName("okr_object_info_disclosure")
-@EqualsAndHashCode(callSuper = false)
-@Accessors(chain = true)
 public class OkrObjectInfoDisclosure {
 
 	@TableId(type = IdType.AUTO)

+ 0 - 2
src/main/java/cn/com/ctop/okr/entity/OkrObjectInfoRemind.java

@@ -23,8 +23,6 @@ import org.jeecgframework.poi.excel.annotation.Excel;
  */
 @Data
 @TableName("okr_object_info_remind")
-@EqualsAndHashCode(callSuper = false)
-@Accessors(chain = true)
 public class OkrObjectInfoRemind {
 
 	@TableId(type = IdType.AUTO)

+ 0 - 3
src/main/java/cn/com/ctop/okr/entity/OkrTaskInfoDisclosure.java

@@ -23,9 +23,6 @@ import org.jeecgframework.poi.excel.annotation.Excel;
  */
 @Data
 @TableName("okr_task_info_disclosure")
-@EqualsAndHashCode(callSuper = false)
-@Accessors(chain = true)
-@ApiModel(value="okr_task_info_disclosure对象", description="okr o 信息公开")
 public class OkrTaskInfoDisclosure {
 
 	/**id*/

+ 0 - 2
src/main/java/cn/com/ctop/okr/entity/OkrTaskInfoRemind.java

@@ -23,8 +23,6 @@ import org.jeecgframework.poi.excel.annotation.Excel;
  */
 @Data
 @TableName("okr_task_info_remind")
-@EqualsAndHashCode(callSuper = false)
-@Accessors(chain = true)
 public class OkrTaskInfoRemind {
 
 	@TableId(type = IdType.AUTO)