Parcourir la source

完成设置押金队列

lichunlei il y a 2 ans
Parent
commit
6155513abb
2 fichiers modifiés avec 112 ajouts et 27 suppressions
  1. 101 27
      AppStart/Helper/SetDepositService.cs
  2. 11 0
      AppStart/Tables/SetDepositList.cs

Fichier diff supprimé car celui-ci est trop grand
+ 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; }
+    }
+}

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff