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

@@ -8,10 +8,10 @@
namespace admin\controllers\goods;
use common\core\BaseAdminController;
use admin\models\forms\AttachmentUploadForm;
use common\models\Attachment;
use common\models\AttachmentGroup;
use common\core\BaseAdminController;
use common\models\oldDb\Attachment;
use common\models\oldDb\AttachmentGroup;
use common\services\UploadService;
use yii\helpers\ArrayHelper;
use yii\web\UploadedFile;