一期项目框架搭建
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using Service.Interface;
|
||||
|
||||
namespace Service.Implement
|
||||
{
|
||||
/// <summary>
|
||||
/// 系统参数配置 服务实现
|
||||
/// </summary>
|
||||
public class SystemParamService : ISystemParamService
|
||||
{
|
||||
// TODO: 实现 系统参数配置 相关方法
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user