Browse Source

jign经度纬度

feature/teamB_zz_wgh
yinzuomei 3 years ago
parent
commit
9a6f304952
  1. 8
      epmet-commons/epmet-commons-tools/src/main/java/com/epmet/commons/tools/redis/common/bean/CustomerStaffInfoCache.java

8
epmet-commons/epmet-commons-tools/src/main/java/com/epmet/commons/tools/redis/common/bean/CustomerStaffInfoCache.java

@ -92,5 +92,13 @@ public class CustomerStaffInfoCache implements Serializable {
* 所属部门
*/
private List<IdAndNameDTO> deptList;
/**
* 中心位置经度
*/
private String longitude;
/**
* 中心位置纬度
*/
private String latitude;
}

Loading…
Cancel
Save