作者 Your Name

更新

... ... @@ -14,6 +14,7 @@ type StaffAssessContent struct {
ReteResult string //评估的结果
CreatedAt time.Time //数据创建时间
UpdatedAt time.Time //数据更新时间
//TODO
}
type StaffAssessContentRepository interface {
... ...