// ================================================================================= // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package do import ( "github.com/gogf/gf/v2/frame/g" ) // HouseTransaction is the golang structure of table house_transaction for DAO operations like Where/Data. type HouseTransaction struct { g.Meta `orm:"table:house_transaction, do:true"` Id any // CommunityId any // 小区ID BuildingId any // 楼栋ID Layout any // 户型 Area any // 面积(平米) DealPrice any // 成交总价(万元) DealUnitPrice any // 成交单价(元/平米) ListDays any // 挂牌到成交天数 DealDate any // 成交日期 Source any // 来源 CreatedAt any // UpdatedAt any // DeletedAt any // }