You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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)"`
|
|
}
|