agent功能
This commit is contained in:
@@ -88,7 +88,8 @@ class Base extends Controller
|
||||
protected $major_to_article_obj = "";
|
||||
protected $paystation_obj = "";
|
||||
protected $exchange_rate_obj = "";
|
||||
|
||||
protected $expert_obj = "";
|
||||
protected $journal_email_obj = "";
|
||||
|
||||
public function __construct(\think\Request $request = null)
|
||||
{
|
||||
@@ -171,6 +172,8 @@ class Base extends Controller
|
||||
$this->major_to_article_obj = Db::name("major_to_article");
|
||||
$this->paystation_obj = Db::name("paystation");
|
||||
$this->exchange_rate_obj = Db::name("exchange_rate");
|
||||
$this->expert_obj = Db::name("expert");
|
||||
$this->journal_email_obj = Db::name("journal_email");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user