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