hudong
2025-07-10 eedfffc884889e77a1682bb6b66779cfa5f32562
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; }
    }
}