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