cqpCow 1 year ago
parent
commit
f35926cc95
1 changed files with 3 additions and 0 deletions
  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;//所有
 }