wankeda
2026-01-15 e755a1c79f29b42f9344e6ab87475e9a4d6c7dc6
WMS/WIDESEA_WMSServer/WIDESEA_Common/HouseSyncretism.cs
@@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
@@ -8,12 +9,15 @@
{
    public class HouseSyncretism
    {
        public List<data> Parameters = new List<data>();
        public List<Parame> Parameters = new List<Parame>();
        public string ApiType { get; set; }
        public string Method { get; set; }
        public Dictionary<string, string> Context { get; set; }
        public class Parame
        {
            public List<Syncretism> Value = new List<Syncretism>();
        public class data
            public class Syncretism
        {
            /// <summary>
            /// 原始LPN
@@ -66,6 +70,8 @@
            public string TargetLpn { get; set; }
        }
        }
      
    }
}