添加uptime
This commit is contained in:
parent
effd4fc22a
commit
76e8caf1ef
|
|
@ -126,6 +126,10 @@ public class PageCustInfoPhotoVO {
|
||||||
order = 15
|
order = 15
|
||||||
)
|
)
|
||||||
private LocalDateTime crtime;
|
private LocalDateTime crtime;
|
||||||
|
|
||||||
|
@ApiModelProperty("修改时间")
|
||||||
|
private LocalDateTime uptime;
|
||||||
|
|
||||||
@ApiModelProperty("特征码生成时间")
|
@ApiModelProperty("特征码生成时间")
|
||||||
@ExcelProperty(
|
@ExcelProperty(
|
||||||
value = {"特征码生成时间"},
|
value = {"特征码生成时间"},
|
||||||
|
|
@ -249,6 +253,14 @@ public class PageCustInfoPhotoVO {
|
||||||
return this.crtime;
|
return this.crtime;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public LocalDateTime getUptime() {
|
||||||
|
return uptime;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setUptime(LocalDateTime uptime) {
|
||||||
|
this.uptime = uptime;
|
||||||
|
}
|
||||||
|
|
||||||
public LocalDateTime getFeaturesBuildTime() {
|
public LocalDateTime getFeaturesBuildTime() {
|
||||||
return this.featuresBuildTime;
|
return this.featuresBuildTime;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -290,6 +290,7 @@
|
||||||
ci.dingtalk,
|
ci.dingtalk,
|
||||||
ci.cust_state,
|
ci.cust_state,
|
||||||
ci.crtime,
|
ci.crtime,
|
||||||
|
ci.uptime,
|
||||||
-- ci.cust_type,
|
-- ci.cust_type,
|
||||||
ci.birthday,
|
ci.birthday,
|
||||||
cp.photo_url,
|
cp.photo_url,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue