浏览代码

完成设置押金队列

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; }
+    }
+}

部分文件因为文件数量过多而无法显示