From ee2c8d6ef196289e5d6ee8ecb8ea95ed953336e3 Mon Sep 17 00:00:00 2001
From: Client_PangDeRong <593317293@qq.com>
Date: 星期一, 08 十月 2018 10:14:29 +0800
Subject: [PATCH] 3997 【前端】【1.2.0】仙界盛典开启和关闭时间修改为凌晨5点
---
System/KnapSack/New/BatchUseModel.cs | 54 +++++++++++++++++++++++++++---------------------------
1 files changed, 27 insertions(+), 27 deletions(-)
diff --git a/System/KnapSack/New/BatchUseModel.cs b/System/KnapSack/New/BatchUseModel.cs
index 9bc9a16..aedf4b7 100644
--- a/System/KnapSack/New/BatchUseModel.cs
+++ b/System/KnapSack/New/BatchUseModel.cs
@@ -1,30 +1,30 @@
-锘縰sing System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using TableConfig;
-
-namespace Snxxz.UI
-{
- public class BatchUseModel : Singleton<BatchUseModel>
+锘縰sing System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using TableConfig;
+
+namespace Snxxz.UI
+{
+ public class BatchUseModel : Singleton<BatchUseModel>
{
- #region 鎵归噺浣跨敤鏁版嵁
- public string guid { get; private set; }
- public void SetBatchModel(string guid)
- {
- extraPrams = 0;
- this.maxValue = 0;
- this.guid = guid;
- }
-
- public int extraPrams { get; private set; }
- public int maxValue { get; private set; }
- public void SetExtraInfo(int extraUseInfo, int maxValue)
+ #region 鎵归噺浣跨敤鏁版嵁
+ public string guid { get; private set; }
+ public void SetBatchModel(string guid)
{
- this.extraPrams = extraUseInfo;
- this.maxValue = maxValue;
+ extraPrams = 0;
+ this.maxValue = 0;
+ this.guid = guid;
}
- #endregion
+
+ public int extraPrams { get; private set; }
+ public int maxValue { get; private set; }
+ public void SetExtraInfo(int extraUseInfo, int maxValue)
+ {
+ this.extraPrams = extraUseInfo;
+ this.maxValue = maxValue;
+ }
+ #endregion
#region 鎵归噺璐拱鏁版嵁
public StoreConfig storeConfig { get; private set; }
@@ -50,6 +50,6 @@
{
storeConfig = null;
}
- #endregion
- }
-}
+ #endregion
+ }
+}
--
Gitblit v1.8.0