服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2024-05-14 b5756a5a4a12b0b92707354c978589aee333ed38
Tiger.Model.Net/Entitys/WMS/MengQi/SNData_His.cs
@@ -104,6 +104,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 SNDataWhere
@@ -111,5 +135,8 @@
        public string strStartEnd { get; set; }
        public string model { get; set; }
        public string customerCode { get; set; }
        public string deliveryNo { get; set; }
        public string custParam1 { get; set; }
        public string custParam2 { get; set; }
    }
}