qwj
2023-08-28 c149c7b54b754538709117bd0f9349e8acabfd92
1
2
3
4
5
6
namespace DocumentServiceAPI.Application;
 
public interface ISystemService
{
    string GetDescription();
}