Bladeren bron

完成设置押金队列

lichunlei 2 jaren geleden
bovenliggende
commit
6155513abb
2 gewijzigde bestanden met toevoegingen van 112 en 27 verwijderingen
  1. 101 27
      AppStart/Helper/SetDepositService.cs
  2. 11 0
      AppStart/Tables/SetDepositList.cs

File diff suppressed because it is too large
+ 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; }
+    }
+}

Some files were not shown because too many files changed in this diff