hudong
2025-06-24 fddd1f3d621a1947d698652c72b6a16cc3f6ee2d
models/SapRoot.cs
@@ -11,6 +11,13 @@
    [XmlType("SapRootDtoROOT")]
    public class SapRoot
    {
        public class DpDto
        {
            /// <summary>
            ///
            /// </summary>
            public string  Code { get; set; }
        }
        #region 外采收货入参
@@ -174,7 +181,7 @@
                /// 物料凭证号
                /// </summary>
                public string WLPZBH { get; set; }
                public string WLPZND { get; set; }
                public string ND { get; set; }
                /// <summary>
                /// 返回结果标识(0成功或者1失败)字符长
                /// </summary>
@@ -1139,4 +1146,14 @@
    }
    #endregion
    public class CustomItem
    {
        public string SITEMCODE { get; set; }
        public float FQTY { get; set; }
        public float FALLOCQTY { get; set; }
    }
}