公告板
版本库
filestore
活动
搜索
登录
main
/
cylsg
川印临时工
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
自行安排
username@email.com
2024-10-10
79196313d767bfb1101d6a9a354977a804432c56
[cylsg.git]
/
cylsg
/
cylsg.Application
/
System
/
Services
/
ISystemService.cs
1
2
3
4
5
6
namespace cylsg.Application;
public interface ISystemService
{
string GetDescription();
}