Browse Source

【CHG】修改字段类型

zhaomn 2 năm trước cách đây
mục cha
commit
8c926d2307

+ 0 - 15
railway-business/src/main/java/com/railway/business/bi/domain/ShowBpdjxjh.java

@@ -49,21 +49,6 @@ public class ShowBpdjxjh extends BaseEntity {
   @Length(min = 1, max = 255, message = "【兑现日期】长度必须介于 {min} 和 {max} 之间")
   private String completionDate;
 
-  @ApiModelProperty(value = "create_by")
-  @Length(min = 1, max = 64, message = "【create_by】长度必须介于 {min} 和 {max} 之间")
-  private String createBy;
-
-  @ApiModelProperty(value = "update_by")
-  @Length(min = 1, max = 64, message = "【update_by】长度必须介于 {min} 和 {max} 之间")
-  private String updateBy;
-
-  @ApiModelProperty(value = "update_time")
-  private Date updateTime;
-
-  @ApiModelProperty(value = "del_flag")
-  @Length(min = 1, max = 1, message = "【del_flag】长度必须介于 {min} 和 {max} 之间")
-  private String delFlag;
-
   public ShowBpdjxjh() {
   }
 

+ 0 - 15
railway-business/src/main/java/com/railway/business/bi/domain/ShowGsd.java

@@ -88,21 +88,6 @@ public class ShowGsd extends BaseEntity {
   @Length(min = 1, max = 255, message = "【当月未完成原因】长度必须介于 {min} 和 {max} 之间")
   private String overdueReason;
 
-  @ApiModelProperty(value = "create_by")
-  @Length(min = 1, max = 64, message = "【create_by】长度必须介于 {min} 和 {max} 之间")
-  private String createBy;
-
-  @ApiModelProperty(value = "update_by")
-  @Length(min = 1, max = 64, message = "【update_by】长度必须介于 {min} 和 {max} 之间")
-  private String updateBy;
-
-  @ApiModelProperty(value = "update_time")
-  private Date updateTime;
-
-  @ApiModelProperty(value = "del_flag")
-  @Length(min = 1, max = 1, message = "【del_flag】长度必须介于 {min} 和 {max} 之间")
-  private String delFlag;
-
   public ShowGsd() {
   }
 

+ 0 - 15
railway-business/src/main/java/com/railway/business/bi/domain/ShowGsy.java

@@ -73,21 +73,6 @@ public class ShowGsy extends BaseEntity {
   @Length(min = 1, max = 255, message = "【当月未完成原因】长度必须介于 {min} 和 {max} 之间")
   private String overdueReason;
 
-  @ApiModelProperty(value = "create_by")
-  @Length(min = 1, max = 64, message = "【create_by】长度必须介于 {min} 和 {max} 之间")
-  private String createBy;
-
-  @ApiModelProperty(value = "update_by")
-  @Length(min = 1, max = 64, message = "【update_by】长度必须介于 {min} 和 {max} 之间")
-  private String updateBy;
-
-  @ApiModelProperty(value = "update_time")
-  private Date updateTime;
-
-  @ApiModelProperty(value = "del_flag")
-  @Length(min = 1, max = 1, message = "【del_flag】长度必须介于 {min} 和 {max} 之间")
-  private String delFlag;
-
   public ShowGsy() {
   }