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