feat: 添加工单管理服务及相关测试

refactor: 重构工单服务接口和实现
test: 添加工单服务的单元测试和集成测试
This commit is contained in:
2026-01-28 17:54:15 +08:00
parent 4d5893d124
commit 4f91390d01
21 changed files with 2379 additions and 1481 deletions

10
DOAN.Tests/UnitTest1.cs Normal file
View File

@@ -0,0 +1,10 @@
namespace DOAN.Tests;
public class UnitTest1
{
[Fact]
public void Test1()
{
}
}