@@ -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()