package models type TZhxyDmSystem struct { SystemId int32 `xorm:"not null pk comment('系统ID') INT(11)"` SystemName string `xorm:"not null comment('系统名称') VARCHAR(255)"` }