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