sys_authority_btn.go 88 B

12345
  1. package response
  2. type SysAuthorityBtnRes struct {
  3. Selected []uint `json:"selected"`
  4. }