仪表盘
版本库
文件存储
活动
搜索
登录
HStation
/
XHS.V1.0
循环水项目
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
2
lixiaojun
2024-08-08
66a09df1a9a5f220823bacfb82be5d0f30c5b51c
[HStation/XHS.V1.0.git]
/
Dto
/
HStation.Dto.Phart.Core
/
99-models
/
importance
/
UpdateImportanceInput.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
namespace HStation.Dto
{
/// <summary>
///
/// </summary>
public class UpdateImportanceInput : IDInput
{
/// <summary>
///
/// </summary>
public int Importance { get; set; }
}
}