公告板
版本库
filestore
活动
搜索
登录
main
/
CYZuoYeBenPeiSong
川印作业本配送服务
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
no message
移动系统liao
2025-01-26
950f32a006736bd9407bb5f73b744892b8bade2a
[CYZuoYeBenPeiSong.git]
/
CYZuoYeBenPeiSong.Application
/
System
/
Services
/
SystemService.cs
1
2
3
4
5
6
7
8
9
namespace CYZuoYeBenPeiSong.Application;
public class SystemService : ISystemService, ITransient
{
public string GetDescription()
{
return "让 .NET 开发更简单,更通用,更流行。";
}
}