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