lcl 8 月之前
父節點
當前提交
89540ada14
共有 2 個文件被更改,包括 23 次插入0 次删除
  1. 二進制
      AppStart/.DS_Store
  2. 23 0
      AppStart/Helper/PrizeSetHelper.cs

二進制
AppStart/.DS_Store


+ 23 - 0
AppStart/Helper/PrizeSetHelper.cs

@@ -0,0 +1,23 @@
+using System;
+using System.Collections.Generic;
+using Library;
+using LitJson;
+using System.Linq;
+using System.Data;
+using System.Threading;
+using MySystem.PxcModels;
+
+namespace MySystem
+{
+    public class PrizeSetHelper
+    {
+        public readonly static PrizeSetHelper Instance = new PrizeSetHelper();
+        private PrizeSetHelper()
+        { }
+
+        public static void Do(string type, string no)
+        {
+            
+        }
+    }
+}