package models type TJoinRuleIp struct { Id int64 `xorm:"not null pk autoincr comment('主键') INT(11)"` Ip string `xorm:"not null comment('IP限制') VARCHAR(255)"` Memo string `xorm:"not null comment('描述信息') VARCHAR(255)"` }