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