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