models/SapRoot.cs
@@ -11,6 +11,13 @@ [XmlType("SapRootDtoROOT")] public class SapRoot { public class DpDto { /// <summary> /// /// </summary> public string Code { get; set; } } #region 外采收货入参 @@ -1139,4 +1146,14 @@ } #endregion public class CustomItem { public string SITEMCODE { get; set; } public float FQTY { get; set; } public float FALLOCQTY { get; set; } } }