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