// ================================================================================= // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package entity // HousePresale is the golang structure for table house_presale. type HousePresale struct { Id uint64 `json:"id" orm:"id" description:""` // PresaleNo string `json:"presaleNo" orm:"presale_no" description:"预售证号"` // 预售证号 CommunityName string `json:"communityName" orm:"community_name" description:"楼盘/项目名"` // 楼盘/项目名 Developer string `json:"developer" orm:"developer" description:"房地产开发企业"` // 房地产开发企业 Region string `json:"region" orm:"region" description:"区县"` // 区县 Address string `json:"address" orm:"address" description:"建筑位置"` // 建筑位置 BuildingNo string `json:"buildingNo" orm:"building_no" description:"楼栋号"` // 楼栋号 HouseCount int `json:"houseCount" orm:"house_count" description:"套数"` // 套数 Area float64 `json:"area" orm:"area" description:"建筑面积(平米)"` // 建筑面积(平米) Purpose string `json:"purpose" orm:"purpose" description:"规划用途(住宅/商业)"` // 规划用途(住宅/商业) IssueDate string `json:"issueDate" orm:"issue_date" description:"初始核发日期"` // 初始核发日期 Source string `json:"source" orm:"source" description:"数据来源"` // 数据来源 CreatedAt string `json:"createdAt" orm:"created_at" description:""` // UpdatedAt string `json:"updatedAt" orm:"updated_at" description:""` // DeletedAt string `json:"deletedAt" orm:"deleted_at" description:""` // }