仪表盘
版本库
文件存储
活动
搜索
登录
Yw
/
Bimface.V1
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
版本大更新
lixiaojun
2024-03-26
9168f460773c1b58fac7ef7e2decf291ca8b2de0
[Yw/Bimface.V1.git]
/
Yw.Dto.Bimface.Core
/
99-model
/
content
/
UpdateContentInput.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
namespace Yw.Dto.Bimface
{
/// <summary>
///
/// </summary>
public class UpdateContentInput : IDInput
{
/// <summary>
/// 内容
/// </summary>
public string Content { get; set; }
}
}