business.go 178 B

12345678
  1. package model
  2. // BusRes business res
  3. type BusRes struct {
  4. PrivilegeID int64 `json:"privilege_id"`
  5. CategoryID int64 `json:"category_id"`
  6. Name string `json:"name"`
  7. }