This commit is contained in:
2025-08-23 17:15:28 +08:00
parent f5a30d8468
commit 028174444d
15 changed files with 2085 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
using MyCode.Project.Infrastructure.JackYun;
namespace MyCode.Project.Services
{
public interface IPrdOrderService
{
}
}