公告板
版本库
filestore
活动
搜索
登录
PDM
/
PdmSwPlugin2
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'master' of http://10.10.28.13:8080/r/PDM/PdmSwPlugin2
chr
2024-08-21
9ee7d3bd9c58a204b1efe38e6be61155bbb15c16
[PDM/PdmSwPlugin2.git]
/
PdmAlert
/
Entity
/
MsgData.cs
1
2
3
4
5
6
7
8
namespace PdmAlert.Entity
{
public class MsgData
{
public string title { get; set; }
public string content { get; set; }
}
}