服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2024-05-12 5d7e809ed08be4354ec31e53b7a580f2c30c1e8a
Tiger.Model.Net/Entitys/WMS/MengQi/SNData.cs
@@ -237,6 +237,30 @@
                _customercode = value;
            }
        }
        private string _DeliveryNo = null;
        public string DeliveryNo
        {
            get
            {
                return _DeliveryNo;
            }
            set
            {
                _DeliveryNo = value;
            }
        }
        private string _CustModel = null;
        public string CustModel
        {
            get
            {
                return _CustModel;
            }
            set
            {
                _CustModel = value;
            }
        }
    }
    public class SNData_Ext