// ================================================================================= // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package do import ( "github.com/gogf/gf/v2/frame/g" ) // HouseCommunity is the golang structure of table house_community for DAO operations like Where/Data. type HouseCommunity struct { g.Meta `orm:"table:house_community, do:true"` Id any // Name any // 小区/楼盘名 Region any // 区县(云岩/南明/观山湖/花溪等) BusinessDistrict any // 板块 Address any // 地址 Lng any // 经度(GCJ-02) Lat any // 纬度(GCJ-02) BuildYear any // 建成年份 Households any // 总户数 PlotRatio any // 容积率 GreenRate any // 绿化率 AvgPrice any // 小区参考均价(元/平米) PropertyCompany any // 物业公司 PropertyFee any // 物业费(元/月/平米) Developer any // 开发商 Source any // 数据来源 CreatedAt any // UpdatedAt any // DeletedAt any // }