| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.ComponentModel; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | |
| | | { |
| | | 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 |
| | |
| | | |
| | | public string TargetLpn { get; set; } |
| | | } |
| | | } |
| | | |
| | | |
| | | } |
| | | } |