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