移动系统liao
2024-08-14 04956fce30bded82267844718fa5e4e04148e487
1
2
3
4
5
6
7
8
9
namespace cylsg.Application;
 
public class SystemService : ISystemService, ITransient
{
    public string GetDescription()
    {
        return "川印招聘";
    }
}