|
|
@@ -259,17 +259,6 @@ public class BusJcbGlkg extends BaseEntity{
|
|
|
@Length(min = 1, max = 1000, message = "【存在问题】长度必须介于 {min} 和 {max} 之间")
|
|
|
private String czwt;
|
|
|
|
|
|
- @ApiModelProperty(value = "创建者")
|
|
|
- @Length(min = 1, max = 64, message = "【创建者】长度必须介于 {min} 和 {max} 之间")
|
|
|
- private String createBy;
|
|
|
-
|
|
|
- @ApiModelProperty(value = "更新者")
|
|
|
- @Length(min = 1, max = 64, message = "【更新者】长度必须介于 {min} 和 {max} 之间")
|
|
|
- private String updateBy;
|
|
|
-
|
|
|
- @ApiModelProperty(value = "更新时间")
|
|
|
- private Date updateTime;
|
|
|
-
|
|
|
@ApiModelProperty(value = "提交状态 0未提交 1已提交 2已退回 9已确认")
|
|
|
@Length(min = 1, max = 1, message = "【提交状态 0未提交 1已提交 2已退回 9已确认】长度必须介于 {min} 和 {max} 之间")
|
|
|
private String submitState;
|