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