优化项目命名空间

This commit is contained in:
izory
2021-09-16 19:35:17 +08:00
parent 086ccbfb6d
commit 48acf4b9f7
55 changed files with 56 additions and 66 deletions

View File

@@ -5,7 +5,7 @@ using System.Collections.Generic;
using System.Text;
using ZR.Model.System;
using ZR.Repository.System;
using ZR.Service.IService;
using ZR.Service.System.IService;
namespace ZR.Service.System
{