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;//所有
 }