更新项目部分结构,新增加DB
This commit is contained in:
@@ -8,19 +8,19 @@ use common\forms\ProductCancelForm;
|
||||
use common\forms\ProductRefundCancelForm;
|
||||
use common\forms\ProductRefundForm;
|
||||
use common\jobs\ProductOrderSyncPlatformJob;
|
||||
use common\models\Address;
|
||||
use common\models\ChineseRepice;
|
||||
use common\models\DoctorInfo;
|
||||
use common\models\GranularRepice;
|
||||
use common\models\Prescription;
|
||||
use common\models\ProductOrder;
|
||||
use common\models\ProductOrderItems;
|
||||
use common\models\Region;
|
||||
use common\models\Store;
|
||||
use common\models\SystemConfig;
|
||||
use common\models\User;
|
||||
use common\models\WestRepice;
|
||||
use common\modelsgii\RefundReason;
|
||||
use common\models\oldDb\Address;
|
||||
use common\models\oldDb\ChineseRepice;
|
||||
use common\models\oldDb\DoctorInfo;
|
||||
use common\models\oldDb\GranularRepice;
|
||||
use common\models\oldDb\Prescription;
|
||||
use common\models\oldDb\ProductOrder;
|
||||
use common\models\oldDb\ProductOrderItems;
|
||||
use common\models\oldDb\Region;
|
||||
use common\models\oldDb\Store;
|
||||
use common\models\oldDb\SystemConfig;
|
||||
use common\models\oldDb\User;
|
||||
use common\models\oldDb\WestRepice;
|
||||
use common\modelsgii\oldDb\RefundReason;
|
||||
use common\services\ExpressService;
|
||||
use member\models\forms\ProductOrderSubmitForm;
|
||||
use yii\db\Exception;
|
||||
|
||||
Reference in New Issue
Block a user