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