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