Shuxia Ning
2024-10-29 edfb5be5dc9037152975bd4354e95d5eff78ce2d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
namespace Yw.WinFrmUI
{
    /// <summary>
    /// 
    /// </summary>
    public class HydroGradingApplyViewModel
    {
        /// <summary>
        /// 编码
        /// </summary>
        [DisplayName("编码")]
        public string Code { get; set; }
 
        /// <summary>
        /// 类型
        /// </summary>
        [DisplayName("类型")]
        public string Name { get; set; }
 
        /// <summary>
        /// 属性
        /// </summary>
        [DisplayName("属性")]
        public string PropName { get; set; }
 
 
 
    }
}