房天下 > 房天下问答 > 政策法规 > 拆迁

相关搜索推荐

共2个回答
  • 213yisheng 丨Lv 4
    咨询助手提示访客: 咨询者对其问题的描述非常详细,不同的律师给出了不同的解答,你可以重点关注其中的差异。 如果你不是太确定,请继续咨询我并更详细描述自身情况,24小时在线。
    +1 2023-08-23 举报
  • ask3982621210 丨Lv 1
    补偿 public static class ServiceLive{ private String type;//服务类型 private String name;//服务名称 private String intro;//服务简介 private String img;//图片 public ServiceLive(String type, String name, String intro, String img) { this.type = type; this.name = name; this.intro = intro; this.img = img; } public String getType() { return type; } public void setType(String type) { this.type = type; } public String getName() { return name; } public void setName(String name) { this.name = name; } public String getIntro() { return intro; } public void setIntro(String intro) { this.intro = intro; } public String getImg() { return img; } public void setImg(String img) { this.img = img; } } /** * 政策性住房 */ //国家类: 低保;廉租房;公租房;危旧重建农民工安置房; public static class PolicyLive{ private String type;//服务类型 private String name;//服务名称 private String intro;//服务简介 private String img;//图片 public PolicyLive(String type, String name, String intro, String img) { this.type = type; this.name = name; this.intro = intro; this.img = img; } public String getType() { return type; } public void setType(String type) { this.type = type; } public String getName() { return name; } public void setName(String name) { this.name = name; } public String getIntro() { return intro; } public void setIntro(String intro) { this.intro = intro; } public String getImg() { return img; } public void setImg(String img) { this.img = img; } }}
    +1 2023-08-23 北京市 举报
热门人气推荐
免责声明:问答内容均来源于互联网用户,房天下对其内容不负责任,如有版权或其他问题可以联系房天下进行删除。