feat: 完成

This commit is contained in:
橙子
2025-03-01 00:12:56 +08:00
parent de7f9264fd
commit 4dce50438c
2 changed files with 4 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ namespace Yi.Framework.Stock.Application.Services
/// </summary>
public class TestService : ApplicationService
{
private string TTT()
public string TTT()
{
return "你好";
}