Tiger.Model.Net/Entitys/WMS/Api/Input_Entitys.cs
@@ -27,6 +27,10 @@ /// </summary> public string SN { get; set; } /// <summary> /// 料号 /// </summary> public string ItemCode { get; set; } /// <summary> /// 当前操作需要提交的选项 /// </summary> public Dictionary<string, string> Options { get; set; } = new Dictionary<string, string>();