提交 0b424e38 作者: 张小凤

UserApplyTagDO(add)

上级 dfaf418b
...@@ -92,6 +92,7 @@ public class UserApplyTagDO implements Serializable { ...@@ -92,6 +92,7 @@ public class UserApplyTagDO implements Serializable {
.address(this.companyInfoDO == null ? null : this.companyInfoDO.getAddress()) .address(this.companyInfoDO == null ? null : this.companyInfoDO.getAddress())
.lat(this.companyInfoDO == null ? null : this.companyInfoDO.getLat()) .lat(this.companyInfoDO == null ? null : this.companyInfoDO.getLat())
.lon(this.companyInfoDO == null ? null : this.companyInfoDO.getLon()) .lon(this.companyInfoDO == null ? null : this.companyInfoDO.getLon())
.remark(this.remark)
.build(); .build();
} }
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论