lcl 3 vuotta sitten
vanhempi
commit
d9f33de0b7

+ 15 - 0
Models/KqProducts.cs

@@ -18,5 +18,20 @@ namespace MySystem.Models
         public string SeoKeyword { get; set; }
         public string SeoKeyword { get; set; }
         public string SeoDescription { get; set; }
         public string SeoDescription { get; set; }
         public string Name { get; set; }
         public string Name { get; set; }
+        public int CountOfBox { get; set; }
+        public int MinStock { get; set; }
+        public int Kind { get; set; }
+        public int NoticeMoneyUnit { get; set; }
+        public int ReqMoneyUnit { get; set; }
+        public string AdColId { get; set; }
+        public decimal DefaultDeposit { get; set; }
+        public ulong MerNameWithStar { get; set; }
+        public ulong SingleDepositApi { get; set; }
+        public decimal ActTradeAmount { get; set; }
+        public decimal PosPrice { get; set; }
+        public int MainStoreId { get; set; }
+        public string SpProductType { get; set; }
+        public decimal FluxProfit { get; set; }
+        public decimal FluxAmount { get; set; }
     }
     }
 }
 }

+ 3 - 0
Models/MerchantDepositReturns.cs

@@ -19,5 +19,8 @@ namespace MySystem.Models
         public decimal ReturnAmount { get; set; }
         public decimal ReturnAmount { get; set; }
         public string AlipayAccountNo { get; set; }
         public string AlipayAccountNo { get; set; }
         public int MerchantId { get; set; }
         public int MerchantId { get; set; }
+        public string BankCardNo { get; set; }
+        public string BankName { get; set; }
+        public int PayKind { get; set; }
     }
     }
 }
 }

+ 12 - 0
Models/RefreshTokens.cs

@@ -0,0 +1,12 @@
+using System;
+using System.Collections.Generic;
+
+namespace MySystem.Models
+{
+    public partial class RefreshTokens
+    {
+        public string RefreshToken { get; set; }
+        public DateTime? ExpiredDate { get; set; }
+        public string UserName { get; set; }
+    }
+}

+ 1 - 0
Models/TradeRecord.cs

@@ -40,5 +40,6 @@ namespace MySystem.Models
         public string ParentNav { get; set; }
         public string ParentNav { get; set; }
         public int PayType { get; set; }
         public int PayType { get; set; }
         public int VipFlag { get; set; }
         public int VipFlag { get; set; }
+        public int ActStatus { get; set; }
     }
     }
 }
 }

+ 2 - 0
Models/Users.cs

@@ -94,5 +94,7 @@ namespace MySystem.Models
         public DateTime? CreateStoreDate { get; set; }
         public DateTime? CreateStoreDate { get; set; }
         public int StoreStock { get; set; }
         public int StoreStock { get; set; }
         public int ThisMonthSend { get; set; }
         public int ThisMonthSend { get; set; }
+        public string BusinessLogo { get; set; }
+        public string BusinessName { get; set; }
     }
     }
 }
 }

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 255 - 0
Models/WebCMSEntities.cs


Kaikkia tiedostoja ei voida näyttää, sillä liian monta tiedostoa muuttui tässä diffissä