duheng
2024-07-16 e18218195caa7fe3af4efa3cd2e53a53a00d98f7
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; }
    }
}