MCPcopy Create free account
hub / github.com/LisenCoding/cangku / toString

Method toString

boot/src/main/java/com/entity/AddressEntity.java:252–265  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

250 }
251
252 @Override
253 public String toString() {
254 return "Address{" +
255 ", id=" + id +
256 ", yonghuId=" + yonghuId +
257 ", addressName=" + addressName +
258 ", addressPhone=" + addressPhone +
259 ", addressDizhi=" + addressDizhi +
260 ", isdefaultTypes=" + isdefaultTypes +
261 ", insertTime=" + DateUtil.convertString(insertTime,"yyyy-MM-dd") +
262 ", updateTime=" + DateUtil.convertString(updateTime,"yyyy-MM-dd") +
263 ", createTime=" + DateUtil.convertString(createTime,"yyyy-MM-dd") +
264 "}";
265 }
266}

Callers

nothing calls this directly

Calls 1

convertStringMethod · 0.95

Tested by

no test coverage detected