新疆新需求
This commit is contained in:
+3
@@ -11,6 +11,8 @@ public class LargeScreenMap {
|
|||||||
|
|
||||||
private String name;
|
private String name;
|
||||||
|
|
||||||
|
private String mobile;
|
||||||
|
|
||||||
private String orgName;
|
private String orgName;
|
||||||
|
|
||||||
private String address;
|
private String address;
|
||||||
@@ -38,6 +40,7 @@ public class LargeScreenMap {
|
|||||||
public LargeScreenMap(Resource resource) {
|
public LargeScreenMap(Resource resource) {
|
||||||
this.id = resource.getId();
|
this.id = resource.getId();
|
||||||
this.name = resource.getName();
|
this.name = resource.getName();
|
||||||
|
this.mobile = resource.getMobile();
|
||||||
this.orgName = resource.getAddress();
|
this.orgName = resource.getAddress();
|
||||||
this.type = resource.getType();
|
this.type = resource.getType();
|
||||||
this.latitude = String.valueOf(resource.getLatitude());
|
this.latitude = String.valueOf(resource.getLatitude());
|
||||||
|
|||||||
Reference in New Issue
Block a user