审查视图

pkg/application/summary_evaluation/command/query_menu.go 231 字节
tangxvhui authored
1 2 3 4
package command

// QueryMenuCommand
type QueryMenu struct {
tangxvhui authored
5 6 7
	CycleId   int `json:"cycleId,string"`   //周期id
	UserId    int `json:"userId,string"`    //操作人id
	CompanyId int `json:"companyId,string"` //操作人公司id
tangxvhui authored
8
}