// ================================================================================= // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package do import ( "github.com/gogf/gf/v2/frame/g" ) // HousePresale is the golang structure of table house_presale for DAO operations like Where/Data. type HousePresale struct { g.Meta `orm:"table:house_presale, do:true"` Id any // PresaleNo any // 预售证号 CommunityName any // 楼盘/项目名 Developer any // 房地产开发企业 Region any // 区县 Address any // 建筑位置 BuildingNo any // 楼栋号 HouseCount any // 套数 Area any // 建筑面积(平米) Purpose any // 规划用途(住宅/商业) IssueDate any // 初始核发日期 Source any // 数据来源 CreatedAt any // UpdatedAt any // DeletedAt any // }