一期项目框架搭建

This commit is contained in:
“hsc”
2026-08-27 17:10:56 +08:00
parent 9b852e5c95
commit 03d46fb473
97 changed files with 1222 additions and 14 deletions
+10
View File
@@ -0,0 +1,10 @@
namespace Service.Interface
{
/// <summary>
/// 数据字典管理 服务接口
/// </summary>
public interface IDictService
{
// TODO: 定义 数据字典管理 相关方法
}
}