|
|
@@ -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() {
|
|
|
}
|
|
|
|