添加uptime

This commit is contained in:
sxu 2025-03-07 12:16:46 +08:00
parent effd4fc22a
commit 76e8caf1ef
2 changed files with 13 additions and 0 deletions

View File

@ -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;
}

View File

@ -290,6 +290,7 @@
ci.dingtalk,
ci.cust_state,
ci.crtime,
ci.uptime,
-- ci.cust_type,
ci.birthday,
cp.photo_url,