package models type TProtoFiles struct { FileId string `xorm:"not null pk comment('文件编码') CHAR(18)"` FileName string `xorm:"not null comment('文件名称') VARCHAR(256)"` FilePath string `xorm:"not null comment('文件路径') VARCHAR(256)"` }