// ================================================================================= // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package do import ( "github.com/gogf/gf/v2/frame/g" ) // HouseBuilding is the golang structure of table house_building for DAO operations like Where/Data. type HouseBuilding struct { g.Meta `orm:"table:house_building, do:true"` Id any // CommunityId any // 小区ID BuildingNo any // 栋号 Units any // 单元数 TotalFloors any // 总楼层 ElevatorCount any // 电梯数 LadderRatio any // 梯户比 BuildingType any // 板楼/塔楼 Lng any // 楼栋经度 Lat any // 楼栋纬度 CreatedAt any // UpdatedAt any // DeletedAt any // }