cqpCow 1 年之前
父節點
當前提交
f35926cc95
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      app/Model/RoleMenu.php

+ 3 - 0
app/Model/RoleMenu.php

@@ -11,4 +11,7 @@ class RoleMenu extends Model
     const UPDATED_AT = 'upd_time';
     protected $dateFormat = 'U';
 
+    const type_one = 1;//个人
+    const type_two = 2;//部门
+    const type_three = 3;//所有
 }