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