优化注册服务

This commit is contained in:
不做码农
2023-03-18 07:58:39 +08:00
parent 1993299799
commit 5dc7545c12
8 changed files with 33 additions and 56 deletions

View File

@@ -1,7 +1,7 @@
using System;
using ZR.Model.System;
namespace ZR.Service.System
namespace ZR.Service.System.IService
{
/// <summary>
/// 参数配置service接口

View File

@@ -1,5 +1,6 @@
using Infrastructure.Attribute;
using ZR.Model.System;
using ZR.Service.System.IService;
namespace ZR.Service.System
{