# Conflicts: # controllers/config.go
@@ -123,7 +123,3 @@ func (this *ConfigController) DescriptionOfResearch() {
br.Success = true
br.Data = resp
}
-
-type ChartPermissionRepMore struct {
- PermissionName string `description:"名称"`
-}
@@ -95,6 +95,10 @@ func (this *ResourceController) Upload() {
return
+type ChartPermissionRepMore struct {
+ PermissionName string `description:"名称"`
+}
+
func init() {
var list []*ChartPermissionRepMore
Lista := []*ChartPermissionRepMore{{PermissionName: "A"}, {PermissionName: "A"}, {PermissionName: "A"}, {PermissionName: "A"}}