相关条件的统计
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.

md_upgrade.go 298 B

1 year ago
12345678910
  1. package md
  2. type DataDetail struct {
  3. //TaskIds []int `json:"task_ids" binding:"required"`
  4. AgentType string `json:"level"`
  5. Comment string `json:"remark"` // 备注
  6. MasterId string `json:"master_id"`
  7. Uid string `json:"uid"`
  8. IsChangeTime string `json:"is_change_time"`
  9. }