liaoxujun@qq.com
2023-07-26 50c769553a354f710ceb99cbd55c90121b1abbdd
1
2
3
4
5
6
namespace DocumentServiceAPI.Application;
 
public interface ISystemService
{
    string GetDescription();
}