liaoxujun@qq.com
2023-07-26 4f0567c2e02d1bbdfe497dad9b948d3ecf4d3c3a
1
2
3
4
5
6
namespace DocumentServiceAPI.Application;
 
public interface ISystemService
{
    string GetDescription();
}