查询列表使用原始
This commit is contained in:
parent
959896c232
commit
6593c58734
|
|
@ -35,15 +35,15 @@ public class SurvHisdataLivestockwater implements Serializable {
|
|||
@ApiModelProperty(value = "主键")
|
||||
private String id;
|
||||
/**租户号*/
|
||||
@Excel(name = "租户号", width = 15)
|
||||
// @Excel(name = "租户号", width = 15)
|
||||
@ApiModelProperty(value = "租户号")
|
||||
private String tenantId;
|
||||
/**乐观锁*/
|
||||
@Excel(name = "乐观锁", width = 15)
|
||||
// @Excel(name = "乐观锁", width = 15)
|
||||
@ApiModelProperty(value = "乐观锁")
|
||||
private Integer reVision;
|
||||
/**创建人*/
|
||||
@Excel(name = "创建人", width = 15)
|
||||
// @Excel(name = "创建人", width = 15)
|
||||
@ApiModelProperty(value = "创建人")
|
||||
private String createdBy;
|
||||
/**创建时间*/
|
||||
|
|
@ -52,21 +52,21 @@ public class SurvHisdataLivestockwater implements Serializable {
|
|||
@ApiModelProperty(value = "创建时间")
|
||||
private Date createTime;
|
||||
/**更新人*/
|
||||
@Excel(name = "更新人", width = 15)
|
||||
// @Excel(name = "更新人", width = 15)
|
||||
@ApiModelProperty(value = "更新人")
|
||||
private String updatedBy;
|
||||
/**逻辑删除*/
|
||||
@Excel(name = "逻辑删除", width = 15)
|
||||
// @Excel(name = "逻辑删除", width = 15)
|
||||
@ApiModelProperty(value = "逻辑删除")
|
||||
private Integer isDel;
|
||||
/**更新时间*/
|
||||
@Excel(name = "更新时间", width = 15, format = "yyyy-MM-dd")
|
||||
// @Excel(name = "更新时间", width = 15, format = "yyyy-MM-dd")
|
||||
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
|
||||
@DateTimeFormat(pattern="yyyy-MM-dd")
|
||||
@ApiModelProperty(value = "更新时间")
|
||||
private Date updatedTime;
|
||||
/**数据ID*/
|
||||
@Excel(name = "数据ID", width = 15)
|
||||
// @Excel(name = "数据ID", width = 15)
|
||||
@ApiModelProperty(value = "数据ID")
|
||||
private String dataId;
|
||||
/**总磷*/
|
||||
|
|
@ -132,9 +132,6 @@ public class SurvHisdataLivestockwater implements Serializable {
|
|||
@Excel(name = "硝态氮", width = 15)
|
||||
@ApiModelProperty(value = "硝态氮")
|
||||
private String dataWaterNoLd;
|
||||
|
||||
|
||||
|
||||
/**液位*/
|
||||
@Excel(name = "液位", width = 15)
|
||||
@ApiModelProperty(value = "液位")
|
||||
|
|
|
|||
|
|
@ -35,15 +35,15 @@ public class SurvHisdataOrientwater implements Serializable {
|
|||
@ApiModelProperty(value = "主键")
|
||||
private String id;
|
||||
/**租户号*/
|
||||
@Excel(name = "租户号", width = 15)
|
||||
// @Excel(name = "租户号", width = 15)
|
||||
@ApiModelProperty(value = "租户号")
|
||||
private String tenantId;
|
||||
/**乐观锁*/
|
||||
@Excel(name = "乐观锁", width = 15)
|
||||
// @Excel(name = "乐观锁", width = 15)
|
||||
@ApiModelProperty(value = "乐观锁")
|
||||
private Integer reVision;
|
||||
/**创建人*/
|
||||
@Excel(name = "创建人", width = 15)
|
||||
// @Excel(name = "创建人", width = 15)
|
||||
@ApiModelProperty(value = "创建人")
|
||||
private String createdBy;
|
||||
/**创建时间*/
|
||||
|
|
@ -52,21 +52,21 @@ public class SurvHisdataOrientwater implements Serializable {
|
|||
@ApiModelProperty(value = "创建时间")
|
||||
private Date createTime;
|
||||
/**更新人*/
|
||||
@Excel(name = "更新人", width = 15)
|
||||
// @Excel(name = "更新人", width = 15)
|
||||
@ApiModelProperty(value = "更新人")
|
||||
private String updatedBy;
|
||||
/**逻辑删除*/
|
||||
@Excel(name = "逻辑删除", width = 15)
|
||||
// @Excel(name = "逻辑删除", width = 15)
|
||||
@ApiModelProperty(value = "逻辑删除")
|
||||
private Integer isDel;
|
||||
/**更新时间*/
|
||||
@Excel(name = "更新时间", width = 15, format = "yyyy-MM-dd")
|
||||
// @Excel(name = "更新时间", width = 15, format = "yyyy-MM-dd")
|
||||
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
|
||||
@DateTimeFormat(pattern="yyyy-MM-dd")
|
||||
@ApiModelProperty(value = "更新时间")
|
||||
private Date updatedTime;
|
||||
/**数据ID*/
|
||||
@Excel(name = "数据ID", width = 15)
|
||||
// @Excel(name = "数据ID", width = 15)
|
||||
@ApiModelProperty(value = "数据ID")
|
||||
private String dataId;
|
||||
/**总磷*/
|
||||
|
|
@ -203,14 +203,10 @@ public class SurvHisdataOrientwater implements Serializable {
|
|||
@ApiModelProperty(value = "转储时间")
|
||||
private Date transDate;
|
||||
|
||||
|
||||
|
||||
|
||||
/**站点名称*/
|
||||
@Excel(name = "站点名称", width = 15)
|
||||
@ApiModelProperty(value = "站点名称")
|
||||
private String stationName;
|
||||
|
||||
/**
|
||||
* 数据类型
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue