Shuxia Ning
2024-10-15 8b3c150ccc930e334f787f85db75784a54f08b0f
1
2
3
4
5
6
7
8
9
10
namespace HStation.WinFrmUI
{
    public class PropGroupChoiceViewModel
    {
        public long ID { get; set; }
        public string PropGroupName { get; set; }
        public string PropName { get; set; }
        public string Value { get; set; }
    }
}