仪表盘
版本库
文件存储
活动
搜索
登录
Yw
/
Bimface.V1
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
优化升级,调整dbfirst
lixiaojun
2024-07-23
02ce18fcc4a65906e1de8c1659985200045f25f0
[Yw/Bimface.V1.git]
/
Yw.Dto.Bimface.Core
/
99-model
/
purpose
/
UpdatePurposeInput.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
namespace Yw.Dto.Bimface
{
/// <summary>
///
/// </summary>
public class UpdatePurposeInput : IDInput
{
/// <summary>
///
/// </summary>
public string Purpose { get; set; }
}
}