ZxcZxc123 2 years ago
parent
commit
9e17e20d66
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/model/api/EducationModel.php

+ 1 - 0
app/model/api/EducationModel.php

@@ -10,6 +10,7 @@ use think\Model;
 class EducationModel extends Model
 {
      protected $table = 'table_education_cate';
+     const CATE_TABLE_NAME = 'table_education_cate';
 
 
     public static function getInstance()