// ================================================================================= // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package do import ( "github.com/gogf/gf/v2/frame/g" ) // HouseCommunityFacility is the golang structure of table house_community_facility for DAO operations like Where/Data. type HouseCommunityFacility struct { g.Meta `orm:"table:house_community_facility, do:true"` Id any // CommunityId any // 小区ID FacilityId any // 配套ID Distance any // 距离(米) CommuteMinutes any // 通勤分钟 CreatedAt any // UpdatedAt any // DeletedAt any // }