正在显示
1 个修改的文件
包含
3 行增加
和
2 行删除
@@ -23,8 +23,9 @@ func NewSummaryEvaluationDao(options map[string]interface{}) *SummaryEvaluationD | @@ -23,8 +23,9 @@ func NewSummaryEvaluationDao(options map[string]interface{}) *SummaryEvaluationD | ||
23 | } | 23 | } |
24 | 24 | ||
25 | type ExecutorCycle struct { | 25 | type ExecutorCycle struct { |
26 | - CycleId string `pg:"cycle_id" ` //周期id | ||
27 | - CycleName string `pg:"cycle_name"` //周期名称 | 26 | + CycleId string `pg:"cycle_id" ` //周期id |
27 | + CycleName string `pg:"cycle_name"` //周期名称 | ||
28 | + CreatedAt time.Time `pg:"created_at"` | ||
28 | } | 29 | } |
29 | 30 | ||
30 | // GetExecutorCycleList 获取执行人拥有的周期列表 | 31 | // GetExecutorCycleList 获取执行人拥有的周期列表 |
-
请 注册 或 登录 后发表评论