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