小飞侠
9 天以前 2ff9e22aa01202003c8ba2b3d7c91226e61de1f8
1
2
3
4
5
6
7
8
9
namespace cylsg.Application;
 
public class SystemService : ISystemService, ITransient
{
    public string GetDescription()
    {
        return "川印招聘服务";
    }
}