duheng
2024-12-10 26917739c47252ecdc3b8f43eca6ebaf9cba6ac4
WinFrmUI/HStation.WinFrmUI.Assets.Core/11-compressor/06-prop/CompressorPropChoiceViewModel.cs
文件名从 WinFrmUI/HStation.WinFrmUI.Assets.Core/10-exchanger/06-prop/PropGroupChoiceViewModel.cs 修改
@@ -1,10 +1,11 @@
锘縩amespace HStation.WinFrmUI.Assets
{
    public class PropGroupChoiceViewModel
    public class CompressorPropChoiceViewModel
    {
        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; }
    }
}