瀏覽代碼

完善888翻倍奖方法

lichunlei 3 年之前
父節點
當前提交
e13afd8aa8
共有 1 個文件被更改,包括 13 次插入0 次删除
  1. 13 0
      AppStart/Tables/ProgressUserList.cs

+ 13 - 0
AppStart/Tables/ProgressUserList.cs

@@ -0,0 +1,13 @@
+using System;
+using System.Collections.Generic;
+namespace MySystem
+{
+    public class ProgressUserList
+    {
+        public decimal LastMonth { get; set; }
+        public decimal ThisMonth { get; set; }
+        public int IsOk { get; set; }
+        public int UserId { get; set; }
+        public string ParentNav { get; set; }
+    }
+}