服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2024-12-07 790032df98d586627a771159d5b6c7646e3fff35
Tiger.Model.Net/Entitys/WMS/BIZ_ERP_PROD_IN_BTH.cs
@@ -105,6 +105,13 @@
      [SugarColumn(IsIgnore = true)]
      public string FieldName { get; set; }
      */
        [SugarColumn(IsIgnore = true)]
        public string SALES_ORDER { get; set; }
        [SugarColumn(IsIgnore = true)]
        public string SapCode { get; set; }
        [SugarColumn(IsIgnore = true)]
        public int CartonQty { get; set; }
      #endregion
      #region 外键属性
@@ -205,7 +212,13 @@
   public class InStoreInfo { 
      public BIZ_ERP_PROD_IN_BTH ErpProdInBth { get; set; }
        public ProdInBatch ProdInBatch { get; set; }
        //public ProdInBatch ProdInBatch { get; set; }
        public InStoreScanInfo InStoreScanInfo { get; set; }
    }
    public class InStoreInfos
    {
        public List<BIZ_ERP_PROD_IN_BTH> ErpProdInBths { get; set; }
        public List<InStoreScanInfo> InStoreScanInfos { get; set; }
    }
}