// ================================================================================= // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package do import ( "github.com/gogf/gf/v2/frame/g" ) // HouseFacility is the golang structure of table house_facility for DAO operations like Where/Data. type HouseFacility struct { g.Meta `orm:"table:house_facility, do:true"` Id any // Name any // 配套名称 Type any // 地铁/学校/医院/商圈 Lng any // 经度 Lat any // 纬度 Line any // 地铁线路 CreatedAt any // UpdatedAt any // DeletedAt any // }