package models type TAppRange struct { AppId string `xorm:"not null pk comment('系统ID') CHAR(36)"` RangeCode string `xorm:"not null pk comment('行政区划码或单位ID') VARCHAR(36)"` }