package adapter
type MenuListAdapter struct {
CycleId int `json:"cycleId,string"`
NodeName string `json:"nodeName"`
StatusName string `json:"statusName"`
TargetUserId int `json:"targetUserId,string"`
Types string `json:"types"`
Child []MenuListAdapter `json:"child"`
}