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