新疆新需求

This commit is contained in:
wanghao
2025-10-31 10:53:57 +08:00
parent 15cbd2f085
commit 36c67c6c2a
@@ -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());