// ================================================================================= // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package do import ( "github.com/gogf/gf/v2/frame/g" ) // HouseListing is the golang structure of table house_listing for DAO operations like Where/Data. type HouseListing struct { g.Meta `orm:"table:house_listing, do:true"` Id any // CommunityId any // 小区ID BuildingId any // 楼栋ID HouseNo any // 房号 Layout any // 户型(如3室2厅) Area any // 建筑面积(平米) UsableArea any // 套内面积(平米) Orientation any // 朝向 Floor any // 所在楼层 TotalFloors any // 总楼层 Decoration any // 装修 TotalPrice any // 总价(万元) UnitPrice any // 单价(元/平米) ListPrice any // 挂牌价(万元) Source any // 来源平台 SourceHouseId any // 平台侧房源ID SourceUrl any // 房源链接 MatchGroupId any // 疑似同房源分组(跨平台软关联) OnMarketDays any // 挂牌天数 PriceChangeCount any // 调价次数 Status any // 1在售 2下架 3成交 Confidence any // 可信度 0正常 1低可信 IsBargain any // 笋盘标记 0否 1是 ListingTime any // 挂牌时间 CreatedAt any // UpdatedAt any // DeletedAt any // }