package models type TBaseGraduation struct { Id int64 `xorm:"not null pk autoincr INT(11)"` FinishYear int64 `xorm:"not null comment('哪一年的毕业处理过了?') INT(255)"` }