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