查询列表使用原始
This commit is contained in:
parent
ccb2bcb555
commit
ef47488abe
|
|
@ -36,15 +36,15 @@ public class SurvHisdataAir 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;
|
||||
/**创建时间*/
|
||||
|
|
@ -53,15 +53,15 @@ public class SurvHisdataAir 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 = "更新时间")
|
||||
|
|
|
|||
|
|
@ -36,15 +36,15 @@ public class SurvHisdataSoil 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;
|
||||
/**创建时间*/
|
||||
|
|
@ -53,15 +53,15 @@ public class SurvHisdataSoil 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 = "更新时间")
|
||||
|
|
@ -120,9 +120,6 @@ public class SurvHisdataSoil implements Serializable {
|
|||
@ApiModelProperty(value = "ph")
|
||||
private String dataSoilPh;
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 氮离子
|
||||
*/
|
||||
|
|
@ -270,8 +267,6 @@ public class SurvHisdataSoil implements Serializable {
|
|||
@TableField(value = "data_water_do")
|
||||
private String dataWaterDo;
|
||||
|
||||
|
||||
|
||||
/**数据更新时间*/
|
||||
@Excel(name = "数据更新时间", width = 15, format = "yyyy-MM-dd HH:mm:ss")
|
||||
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
|
|
|
|||
Loading…
Reference in New Issue