管灌系统巡查员智能手机App
app/src/main/java/com/dayu/pipirrapp/bean/db/MarkerBean.java
@@ -15,7 +15,9 @@
    @PrimaryKey(autoGenerate = true)
    public long localid;
    @Nullable
    String blockId;
    String id;//服务器返回的取水口id
    @Nullable
    String blockId;//区域id
    @Nullable
    String deleted;//逻辑删除标识
    @Nullable
@@ -37,6 +39,37 @@
    String villageId;//所在村编号
    @Nullable
    String countyId;//所在县编号
    @Nullable
    String address;//地址
    @Nullable
    String blockName;//片区名称
    @Nullable
    public String getAddress() {
        return address;
    }
    public void setAddress(@Nullable String address) {
        this.address = address;
    }
    @Nullable
    public String getBlockName() {
        return blockName;
    }
    public void setBlockName(@Nullable String blockName) {
        this.blockName = blockName;
    }
    @Nullable
    public String getId() {
        return id;
    }
    public void setId(@Nullable String id) {
        this.id = id;
    }
    public String getBlockId() {
        return blockId;