|
|
|
@ -97,25 +97,25 @@ public abstract class BaseBean implements Serializable {
|
|
|
|
|
public String modifyDatetime;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
|
|
// @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
|
|
@ApiParam(value="创建日期查询用,查询起始日期",example = "2018-01-01 01:00:00")
|
|
|
|
|
@AnnoOutputColumn(hidden = true)
|
|
|
|
|
public String createDateTimeStart;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
|
|
// @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
|
|
@ApiParam(value="创建日期查询用,查询结束日期",example = "2018-12-31 23:59:59")
|
|
|
|
|
@AnnoOutputColumn(hidden = true)
|
|
|
|
|
public String createDateTimeEnd;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
|
|
// @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
|
|
@ApiParam(value="修改日期查询用,查询起始日期",example = "2018-01-01 01:00:00")
|
|
|
|
|
@AnnoOutputColumn(hidden = true)
|
|
|
|
|
public String modifyDateTimeStart;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
|
|
// @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
|
|
|
|
@ApiParam(value = "修改日期查询用,查询结束日期",example = "2018-12-31 23:59:59")
|
|
|
|
|
@AnnoOutputColumn(hidden = true)
|
|
|
|
|
public String modifyDateTimeEnd;
|
|
|
|
|