增加缓存

This commit is contained in:
18942506660
2024-10-21 10:00:57 +08:00
parent 9ac131f286
commit c7134674e3
7 changed files with 77 additions and 5 deletions

View File

@@ -12,5 +12,7 @@ namespace WMS.Web.Domain.IService
Task<Result> LingXing();
Task<Result> Erp();
Task<Result> JuShuiTan();
Task<Result> Refresh();
}
}