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