提交 50b9108d 作者: 张小凤

License(update)

上级 6a49ddfb
......@@ -94,6 +94,6 @@ public class LicenseOrganizationsDTO {
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
@ApiModelProperty(value = "更新时间", example = "2023-07-14", required = true)
private Date update_time;
private Date updateTime;
}
......@@ -138,7 +138,7 @@ public class LicenseOrganizationsDO {
.longitude(this.longitude)
.latitude(this.latitude)
.createTime(this.createTime)
.update_time(this.updateTime)
.updateTime(this.updateTime)
.build();
}
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论