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