Pārlūkot izejas kodu

完成设置押金队列

lichunlei 2 gadi atpakaļ
vecāks
revīzija
6155513abb
2 mainītis faili ar 112 papildinājumiem un 27 dzēšanām
  1. 101 27
      AppStart/Helper/SetDepositService.cs
  2. 11 0
      AppStart/Tables/SetDepositList.cs

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 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; }
+    }
+}

Daži faili netika attēloti, jo izmaiņu fails ir pārāk liels