refactor: 调整DTO命名空间并清理冗余引用

统一将IService层的DTO引用迁移到Models.Dto命名空间下,移除了冗余的QYZH.InteractiveMagazine.IService.Dto引用,修正了相关文件的命名空间配置
This commit is contained in:
glz
2026-06-05 17:57:24 +08:00
parent 8291b82362
commit 5eb856ed73
13 changed files with 15 additions and 13 deletions

View File

@ -1,5 +1,6 @@
using QYZH.InteractiveMagazine.IService.Dto;
using QYZH.InteractiveMagazine.Models.Entity;
using QYZH.InteractiveMagazine.Models.WeChat;
namespace QYZH.InteractiveMagazine.IService;