更新项目部分结构,新增加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

@@ -1,7 +1,7 @@
<?php
namespace admin\models\forms;
use admin\exceptions\ApiException;
use common\models\FreeDeliveryRules;
use common\models\oldDb\FreeDeliveryRules;
use yii\base\Model;
/**
@@ -12,7 +12,7 @@ use yii\base\Model;
*/
/**
* @property FreeDeliveryRules $model
* @property \common\models\oldDb\FreeDeliveryRules $model
*/
class FreeRuleEditForm extends Model
{