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