You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- package md
-
- type DataDetail struct {
- //TaskIds []int `json:"task_ids" binding:"required"`
- AgentType string `json:"level"`
- Comment string `json:"remark"` // 备注
- MasterId string `json:"master_id"`
- Uid string `json:"uid"`
- IsChangeTime string `json:"is_change_time"`
- }
|