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