正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -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 { |
-
请 注册 或 登录 后发表评论