Files
dify-plus/admin/server/model/system/response/sys_authority_btn.go
T
2025-03-28 15:18:33 +08:00

6 lines
88 B
Go

package response
type SysAuthorityBtnRes struct {
Selected []uint `json:"selected"`
}