小飞侠
2026-04-07 4fa007df2dd1b9666f414954464db1d4e8a7e1e0
1
2
3
4
5
6
namespace cylsg.Application;
 
public interface ISystemService
{
    string GetDescription();     
}