lixiaojun
2024-07-23 ec9bc16c81d897549568d826047da0189b8e85a3
1
2
3
4
5
6
7
8
9
namespace HStation.WinFrmUI.Xhs.PumpProject
{
    public class FixationReceivedViewModel
    {
        public string Oper { get; set; }
 
        public string Json { get; set; }
    }
}