更新项目部分结构,新增加DB
This commit is contained in:
@@ -5,13 +5,12 @@ namespace common\forms;
|
||||
use common\core\BaseModel;
|
||||
use common\enums\RegisterEnum;
|
||||
use common\enums\SystemNoticeTypeEnum;
|
||||
use common\events\RegisterEvent;
|
||||
use common\helpers\FuncHelper;
|
||||
use common\models\PaymentRegister;
|
||||
use common\models\PaymentRegisterRefund;
|
||||
use common\models\Register;
|
||||
use common\models\RegisterRefund;
|
||||
use common\models\SystemNotice;
|
||||
use common\models\oldDb\PaymentRegister;
|
||||
use common\models\oldDb\PaymentRegisterRefund;
|
||||
use common\models\oldDb\Register;
|
||||
use common\models\oldDb\RegisterRefund;
|
||||
use common\models\oldDb\SystemNotice;
|
||||
use common\services\EplPayService;
|
||||
use common\services\WechatService;
|
||||
use yii\base\Exception;
|
||||
|
||||
Reference in New Issue
Block a user