auto_time.go 161 B

123456
  1. package youngee_talent_model
  2. type GetAutoTimeReq struct {
  3. TaskId int `orm:"task_id" json:"task_id"`
  4. Type int `orm:"type" json:"type"`
  5. }