| | |
| | | @Column(name = "BI_Town_Name") |
| | | private String biTownName; |
| | | |
| | | @Column(name = "BI_Area_Code") |
| | | private String biAreaCode; |
| | | |
| | | @Column(name = "BI_Area") |
| | | private String biArea; |
| | | |
| | | /** |
| | | * 所属物业公司名称id |
| | | */ |
| | |
| | | } |
| | | |
| | | /** |
| | | * @return BI_Area_Code |
| | | */ |
| | | public String getBiAreaCode() { |
| | | return biAreaCode; |
| | | } |
| | | |
| | | /** |
| | | * @param biAreaCode |
| | | */ |
| | | public void setBiAreaCode(String biAreaCode) { |
| | | this.biAreaCode = biAreaCode == null ? null : biAreaCode.trim(); |
| | | } |
| | | |
| | | /** |
| | | * @return UC_Area |
| | | */ |
| | | public String getBiArea() { |
| | | return biArea; |
| | | } |
| | | |
| | | /** |
| | | * @param biArea |
| | | */ |
| | | public void setBiArea(String biArea) { |
| | | this.biArea = biArea == null ? null : biArea.trim(); |
| | | } |
| | | |
| | | /** |
| | | * 获取所属物业公司名称id |
| | | * |
| | | * @return BI_Management_Company_Id - 所属物业公司名称id |