Forráskód Böngészése

完成设置押金队列

lichunlei 2 éve
szülő
commit
6155513abb
2 módosított fájl, 112 hozzáadás és 27 törlés
  1. 101 27
      AppStart/Helper/SetDepositService.cs
  2. 11 0
      AppStart/Tables/SetDepositList.cs

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 101 - 27
AppStart/Helper/SetDepositService.cs


+ 11 - 0
AppStart/Tables/SetDepositList.cs

@@ -0,0 +1,11 @@
+using System;
+using System.Collections.Generic;
+namespace MySystem
+{
+    public class SetDepositList
+    {
+        public string productSubType { get; set; }
+        public decimal updateValue { get; set; }
+        public int updateType { get; set; }
+    }
+}

Nem az összes módosított fájl került megjelenítésre, mert túl sok fájl változott