Bladeren bron

【CHG】去掉重复的字段定义

ZhaoMn 3 jaren geleden
bovenliggende
commit
4ef4e1345f

+ 0 - 22
railway-business/src/main/java/com/railway/business/catenary/domain/BusJcebFzswjfxc.java

@@ -2,7 +2,6 @@ package com.railway.business.catenary.domain;
 
 import io.swagger.annotations.ApiModel;
 import io.swagger.annotations.ApiModelProperty;
-import java.util.Date;
 import lombok.Data;
 import lombok.EqualsAndHashCode;
 import org.hibernate.validator.constraints.Length;
@@ -17,12 +16,6 @@ import org.hibernate.validator.constraints.Length;
 @EqualsAndHashCode(callSuper = true)
 public class BusJcebFzswjfxc extends BusJceb {
 
-  @ApiModelProperty(value = "主键", hidden = true)
-  private Long id;
-
-  @ApiModelProperty(value = "区间站场id")
-  private Long deptStationId;
-
   @ApiModelProperty(value = "支柱号及吊弦位置")
   @Length(max = 10, message = "【支柱号及吊弦位置】长度必须介于 {min} 和 {max} 之间")
   private String pillarCode;
@@ -34,9 +27,6 @@ public class BusJcebFzswjfxc extends BusJceb {
   @ApiModelProperty(value = "线岔id")
   private Long xcId;
 
-  @ApiModelProperty(value = "检查日期")
-  private Date operationDate;
-
   @ApiModelProperty(value = "正线支拉出值")
   @Length(max = 10, message = "【正线支拉出值】长度必须介于 {min} 和 {max} 之间")
   private String zxzlcz;
@@ -85,16 +75,4 @@ public class BusJcebFzswjfxc extends BusJceb {
   @Length(max = 10, message = "【两轨间距720mm处拉出值/导高(侧线支相对正线拉出值)】长度必须介于 {min} 和 {max} 之间")
   private String cxzxdzxlcz;
 
-  @ApiModelProperty(value = "检测人")
-  @Length(max = 255, message = "【检测人】长度必须介于 {min} 和 {max} 之间")
-  private String operator;
-
-  @ApiModelProperty(value = "提交状态 0未提交 1已提交 2已退回 9已确认")
-  @Length(max = 1, message = "【提交状态 0未提交 1已提交 2已退回 9已确认】长度必须介于 {min} 和 {max} 之间")
-  private String submitState;
-
-  @ApiModelProperty(value = "del_flag")
-  @Length(min = 1, max = 1, message = "【del_flag】长度必须介于 {min} 和 {max} 之间")
-  private String delFlag;
-
 }