mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
10 lines
156 B
Go
10 lines
156 B
Go
package system
|
|
|
|
// OperatingAuthorityModel 操作权限模型
|
|
type OperatingAuthorityModel struct {
|
|
// 权限ID
|
|
ID string
|
|
// 权限名称
|
|
Name string
|
|
}
|