移动系统liao
2024-08-28 0b3403ee6a7cb4aadf0f592529ea93c545849f48
1
2
3
4
5
6
namespace cylsg.Application;
 
public interface ISystemService
{
    string GetDescription();     
}