瀏覽代碼

完成设置押金队列

lichunlei 2 年之前
父節點
當前提交
6155513abb
共有 2 個文件被更改,包括 112 次插入27 次删除
  1. 101 27
      AppStart/Helper/SetDepositService.cs
  2. 11 0
      AppStart/Tables/SetDepositList.cs

文件差異過大導致無法顯示
+ 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; }
+    }
+}

部分文件因文件數量過多而無法顯示