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