dept.go 68 B

12345
  1. package model
  2. type ReqDepts struct {
  3. Depts []int `json:"depts"`
  4. }