Browse Source

修改资源结构

NorthLan 6 years ago
parent
commit
cf2c7c0b88

+ 0 - 4
zen-api/src/main/kotlin/com/gxzc/zen/api/sys/model/SysResource.kt

@@ -21,10 +21,6 @@ open class SysResource : BaseModel() {
      * 关联结构树id
      */
     var treeId: Long? = null
-    /**
-     * 关联菜单id(可不关联)
-     */
-    var menuId: Long? = null
     /**
      * 资源类型 (1.按钮;2.资源;)
      */

+ 2 - 2
zen-api/src/main/kotlin/com/gxzc/zen/umps/common/ZenPermission.kt

@@ -47,7 +47,7 @@ open class ZenPermission : Serializable {
      */
     var name: String? = null
     /**
-     * 菜单ID
+     * ID
      */
-    var menuId: Long? = null
+    var treeId: Long? = null
 }