作者 Your Name

更新

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