13 lines
261 B
C#
13 lines
261 B
C#
using Service.Interface;
|
|
|
|
namespace Service.Implement
|
|
{
|
|
/// <summary>
|
|
/// 系统参数配置 服务实现
|
|
/// </summary>
|
|
public class SystemParamService : ISystemParamService
|
|
{
|
|
// TODO: 实现 系统参数配置 相关方法
|
|
}
|
|
}
|