// ================================================================================= // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package do import ( "github.com/gogf/gf/v2/frame/g" ) // HousePriceSnapshot is the golang structure of table house_price_snapshot for DAO operations like Where/Data. type HousePriceSnapshot struct { g.Meta `orm:"table:house_price_snapshot, do:true"` Id any // ListingId any // 房源ID CommunityId any // 小区ID SnapDate any // 快照日期 ListPrice any // 挂牌价(万元) DealPrice any // 成交价(万元) CreatedAt any // UpdatedAt any // DeletedAt any // }