[系统用户]实现系统用户的增删改

This commit is contained in:
刘祥超
2020-12-02 23:11:43 +08:00
parent ef0c6f32e4
commit d190a536ee
25 changed files with 621 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
package configloaders
import "github.com/TeaOSLab/EdgeCommon/pkg/systemconfigs"
type AdminModuleList struct {
IsSuper bool
Modules []*systemconfigs.AdminModule
}