duheng
2024-07-16 30ce6c4563df5e628c8e8891d666d852bd2203d5
1
2
3
4
5
6
7
8
9
namespace HStation.WinFrmUI.Xhs.Core
{
    public class FixationReceivedViewModel
    {
        public string Oper { get; set; }
 
        public string Json { get; set; }
    }
}