JM-WechatMini/model/system/response/sys_authority_btn.go

6 lines
88 B
Go
Raw Normal View History

2023-11-02 04:34:46 +08:00
package response
type SysAuthorityBtnRes struct {
Selected []uint `json:"selected"`
}