namespace cylsg.Application; public class SystemService : ISystemService, ITransient { public string GetDescription() { return "川印招聘服务"; } }