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