更新项目部分结构,新增加DB

This commit is contained in:
2024-12-19 19:20:27 +08:00
parent 0fe2624e6b
commit 992c94250d
539 changed files with 1667 additions and 1906 deletions

View File

@@ -2,15 +2,13 @@
namespace service\models\forms;
use common\core\BaseModel;
use common\models\DoctorInfo;
use common\models\PharmacistrInfo;
use common\models\Store;
use common\models\StoreDoctor;
use common\models\oldDb\DoctorInfo;
use common\models\oldDb\PharmacistrInfo;
use common\models\oldDb\Store;
use common\models\oldDb\StoreDoctor;
use common\validators\MobileValidator;
use GuzzleHttp\Client;
use yii\base\Exception;
use yii\helpers\Json;
use function PHPUnit\Framework\any;
//医生完善信息第一步
class DoctorCompleteOne extends BaseModel