6 lines
88 B
Go
6 lines
88 B
Go
|
package response
|
||
|
|
||
|
type SysAuthorityBtnRes struct {
|
||
|
Selected []uint `json:"selected"`
|
||
|
}
|