服务端的TigerApi 框架,基于.NET6 2024 版本
YangYuGang
6 天以前 0724ea6f2d5b5a654c92d57e06b79c0d09dd4724
Tiger.Model.Net/Entitys/Minsun/Interface/InterfaceEntity.cs
@@ -44,7 +44,7 @@
        public string SourceCode { get; set; }
        public DateTime CreateDate { get; set; }
        public DateTime UpdateDate { get; set; }
        public decimal QTY { get; set; }
        public double QTY { get; set; }
    }
    public class iOutStoreInfo : iEntity
@@ -57,7 +57,7 @@
        public string LocationCode { get; set; }
        public DateTime CreateDate { get; set; }
        public DateTime UpdateDate { get; set; }
        public decimal QTY { get; set; }
        public double QTY { get; set; }
    }
    public class iReturnInfo : iEntity
@@ -77,7 +77,7 @@
        public string MaterialCode { get; set; }
        public string MaterialName { get; set; }
        public DateTime UpdateDate { get; set; }
        public decimal QTY { get; set; }
        public double QTY { get; set; }
    }
    public class iReceiptDtl
@@ -89,7 +89,7 @@
        public string DeliveryNo { get; set; }
        public string MaterialCode { get; set; }
        public string innerVendorCode { get; set; }
        public decimal SCANQTY { get; set; }
        public double SCANQTY { get; set; }
    }
    public class iReceiptInput : iEntity
@@ -107,7 +107,7 @@
        public string VenderCode { get; set; }
        public string VenderName { get; set; }
        public DateTime? UpdateDate { get; set; }
        public decimal QTY { get; set; }
        public double QTY { get; set; }
    }
    public class iDropdownlist : iEntity