grid.go 95 B

12345
  1. package request
  2. type GridSearch struct {
  3. CabinetID int `json:"cabinetId" form:"cabinetId"`
  4. }