服务端的TigerApi 框架,基于.NET6 2024 版本
Cloud Zhang
2024-05-09 ed21ef7fb3b91194bf7741eff2c509da1b774a93
Tiger.Model.Net/Entitys/WMS/MengQi/SNData.cs
@@ -237,6 +237,18 @@
                _customercode = value;
            }
        }
        private string _DeliveryNo = null;
        public string DeliveryNo
        {
            get
            {
                return _DeliveryNo;
            }
            set
            {
                _DeliveryNo = value;
            }
        }
    }
    public class SNData_Ext