更新项目部分结构,新增加DB
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
namespace service\modules\v1\controllers;
|
||||
|
||||
use common\core\BaseServiceController;
|
||||
use common\models\Department;
|
||||
use common\models\DoctorInfo;
|
||||
use common\models\Store;
|
||||
use common\models\StoreDoctor;
|
||||
use common\modelsgii\DoctorTitle;
|
||||
use common\models\oldDb\Department;
|
||||
use common\models\oldDb\DoctorInfo;
|
||||
use common\models\oldDb\Store;
|
||||
use common\models\oldDb\StoreDoctor;
|
||||
use common\modelsgii\oldDb\DoctorTitle;
|
||||
use yii\db\Exception;
|
||||
use function GuzzleHttp\Promise\all;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user