Shuxia Ning
2024-12-19 97e1e604737e70a9df2e83897d3bbf68292d0d72
1
2
3
4
5
6
7
8
9
10
11
12
namespace HStation.WinFrmUI.Xhs.PumpProduct
{
    public class PropGroupChoiceViewModel
    {
        public long ID { get; set; }
        public string PropGroupName { get; set; }
        public string PropName { get; set; }
        public string Value { get; set; }
 
        public string TagName { get; set; }
    }
}