package adapter //综合评估的周期列表
type CycleListAdapter struct {
CycleId string `json:"cycleId"` //周期id CycleName string `json:"cycleName"` //
}