cqpCow 1 year ago
parent
commit
705ef18d87
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/Model/Depart.php

+ 0 - 1
app/Model/Depart.php

@@ -15,6 +15,5 @@ class Depart extends Model
     const CREATED_AT = 'crt_time';
     const CREATED_AT = 'crt_time';
     const UPDATED_AT = 'upd_time';
     const UPDATED_AT = 'upd_time';
     protected $dateFormat = 'U';
     protected $dateFormat = 'U';
-    const RULE_DEPART = "ALL";
     const IS_UES = 1;//启用
     const IS_UES = 1;//启用
 }
 }