Shuxia Ning
2025-01-14 0f99d4d12f2eae29bbe343f4b3131f2faeccda5d
1
2
3
4
5
6
7
8
9
10
11
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; }
        public string KeyWorldType { get; set; }
    }
}