公告板
版本库
filestore
活动
搜索
登录
main
/
cylsg
川印临时工
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
修改重新发起支付逻辑
移动系统liao
2024-10-22
20fa1468ee1ca54f7af19fae94da8a70ab29344f
[cylsg.git]
/
cylsg
/
cylsg.Application
/
System
/
Services
/
ISystemService.cs
1
2
3
4
5
6
namespace cylsg.Application;
public interface ISystemService
{
string GetDescription();
}