liaoxujun@qq.com
2023-08-28 5763edd7cbb4ac968c91d5adae444ef66fac6859
1
2
3
4
5
6
namespace DocumentServiceAPI.Application;
 
public interface ISystemService
{
    string GetDescription();
}