duheng
2024-10-29 c681d176cc4ea90691b834e2b8e36a27d27bff0c
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/02-pump/01-pumpsinglematching/PumpSingleMatchingViewModel.cs
@@ -113,3 +113,11 @@
        public string Description { get; set; }
    }
}
public class PhartViewModel
{
    public long ID { get; set; }
    public string OtherName { get; set; }
    public int Importance { get; set; }
    public int SortCode { get; set; }
}