qwj
2023-07-26 b98d5b2c827e32da766e03574ca1cd4701985e71
1
2
3
4
5
6
namespace DocumentServiceAPI.Application;
 
public interface ISystemService
{
    string GetDescription();
}