添加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 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;
} }

View File

@ -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,