liaoxujun@qq.com
2023-08-01 57c0156fe021f9c690993e91da5dd280187f4fad
1
2
3
4
5
6
namespace DocumentServiceAPI.Application;
 
public interface ISystemService
{
    string GetDescription();
}