From a8fbf4e156d878045483a1728865775fab48fc8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Mon, 20 Nov 2023 12:57:50 +0800 Subject: [PATCH] =?UTF-8?q?:recycle:=E6=96=87=E7=AB=A0=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controllers/{System => Article}/ArticleCategoryController.cs | 1 - .../Controllers/{System => Article}/ArticleController.cs | 0 2 files changed, 1 deletion(-) rename ZR.Admin.WebApi/Controllers/{System => Article}/ArticleCategoryController.cs (99%) rename ZR.Admin.WebApi/Controllers/{System => Article}/ArticleController.cs (100%) diff --git a/ZR.Admin.WebApi/Controllers/System/ArticleCategoryController.cs b/ZR.Admin.WebApi/Controllers/Article/ArticleCategoryController.cs similarity index 99% rename from ZR.Admin.WebApi/Controllers/System/ArticleCategoryController.cs rename to ZR.Admin.WebApi/Controllers/Article/ArticleCategoryController.cs index 5a81d8a..0b1da0b 100644 --- a/ZR.Admin.WebApi/Controllers/System/ArticleCategoryController.cs +++ b/ZR.Admin.WebApi/Controllers/Article/ArticleCategoryController.cs @@ -1,5 +1,4 @@ using Microsoft.AspNetCore.Mvc; -using ZR.Admin.WebApi.Extensions; using ZR.Admin.WebApi.Filters; using ZR.Model.Dto; using ZR.Model.System; diff --git a/ZR.Admin.WebApi/Controllers/System/ArticleController.cs b/ZR.Admin.WebApi/Controllers/Article/ArticleController.cs similarity index 100% rename from ZR.Admin.WebApi/Controllers/System/ArticleController.cs rename to ZR.Admin.WebApi/Controllers/Article/ArticleController.cs