lixiaojun
2024-12-05 59f2c4c04e06d77de7f10ab96d1a5c73ccd01262
1
2
3
4
5
6
7
8
9
10
namespace HStation.WinFrmUI.Assets
{
    public class EquipmentPropGroupChoiceViewModel
    {
        public long ID { get; set; }
        public string PropGroupName { get; set; }
        public string PropName { get; set; }
        public string Value { get; set; }
    }
}