审查视图

pkg/application/summary_evaluation/adapter/cycle_list.go 170 字节
tangxvhui authored
1 2 3 4
package adapter

//综合评估的周期列表
tangxvhui authored
5
type CycleListAdapter struct {
6 7 8
	CycleId   string `json:"cycleId"`   //周期id
	CycleName string `json:"cycleName"` //
tangxvhui authored
9
}