一期项目框架搭建

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
@@ -0,0 +1,10 @@
namespace Service.Interface
{
/// <summary>
/// 采集点位配置 服务接口
/// </summary>
public interface ICollectionPointService
{
// TODO: 定义 采集点位配置 相关方法
}
}