// ================================================================================= // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package do import ( "github.com/gogf/gf/v2/frame/g" ) // HouseSchoolDistrict is the golang structure of table house_school_district for DAO operations like Where/Data. type HouseSchoolDistrict struct { g.Meta `orm:"table:house_school_district, do:true"` Id any // SchoolName any // 学校名 CommunityId any // 小区ID DistrictPolygon any // 划片范围GeoJSON DistrictYear any // 划片年度 Note any // 备注 CreatedAt any // UpdatedAt any // DeletedAt any // }