From dc5be5ac7d2a5aae1618fe3d1d8a689d10fdc9dc Mon Sep 17 00:00:00 2001 From: lss <Lss@HanInfo> Date: 星期四, 15 五月 2025 17:09:38 +0800 Subject: [PATCH] 大洋原材料库业务开发 --- HH.WCS.Mobox3/HH.WCS.Mobox3.DaYang/api/ApiModel.cs | 39 +++++++++++++++++++++++++++++++++++++-- 1 files changed, 37 insertions(+), 2 deletions(-) diff --git a/HH.WCS.Mobox3/HH.WCS.Mobox3.DaYang/api/ApiModel.cs b/HH.WCS.Mobox3/HH.WCS.Mobox3.DaYang/api/ApiModel.cs index 7589bf9..565a7a7 100644 --- a/HH.WCS.Mobox3/HH.WCS.Mobox3.DaYang/api/ApiModel.cs +++ b/HH.WCS.Mobox3/HH.WCS.Mobox3.DaYang/api/ApiModel.cs @@ -252,12 +252,16 @@ [JsonProperty("to", NullValueHandling = NullValueHandling.Ignore)] public string To { get; set; } } + + /// <summary> + /// 璁惧淇″彿鍙嶉 + /// </summary> public partial class PutInModel { /// <summary> /// 璧风偣 /// </summary> - public string StartBit { get; set; } + public string startBit { get; set; } } @@ -314,7 +318,38 @@ [JsonProperty("workStatus")] public int WorkStatus { get; set; } } - + /// <summary> + /// 璁惧淇″彿鍙嶉 + /// </summary> + public partial class EquipmentInfoModel + { + /// <summary> + /// 鎵樼洏鍙凤紝鍙┖锛屽涓墭鐩樺彿鍙互鎷兼帴 + /// </summary> + [JsonProperty("cntrNo")] + public string CntrNo { get; set; } + + /// <summary> + /// 璁惧缂栧彿 + /// </summary> + [JsonProperty("deviceNo")] + public string DeviceNo { get; set; } + + [JsonProperty("extData")] + public Dictionary<string, object>[] ExtData { get; set; } + + /// <summary> + /// 璐т綅锛屼笂鏂欑偣銆佷笅鏂欑偣銆佽鐮佷綅銆佺О閲嶄綅 + /// </summary> + [JsonProperty("loc")] + public string Loc { get; set; } + + /// <summary> + /// 璇锋眰绫诲瀷锛�:鍏ュ簱鐢宠 + /// </summary> + [JsonProperty("signalType")] + public long SignalType { get; set; } + } public partial class Empty { -- Gitblit v1.9.1