username@email.com
2025-02-05 2c918538dd43d6f80aaf9d4f6eaf30b61727a1c6
1
2
3
4
5
6
7
8
9
namespace cylsg.Application;
 
public class SystemService : ISystemService, ITransient
{
    public string GetDescription()
    {
        return "川印招聘服务";
    }
}