From dad92ce8acf71cc7ca770571c16a43de65cf78f1 Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期三, 24 十月 2018 14:40:30 +0800 Subject: [PATCH] 4233 【后端】许愿池功能开发 --- Tool/WebCenter/CouponCode/CouponDB.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Tool/WebCenter/CouponCode/CouponDB.py b/Tool/WebCenter/CouponCode/CouponDB.py index 395239b..911912b 100644 --- a/Tool/WebCenter/CouponCode/CouponDB.py +++ b/Tool/WebCenter/CouponCode/CouponDB.py @@ -21,6 +21,8 @@ g_dbController = None +CouponWXColName = "tagCouponWXSC" # 微信商城 + CouponBatchColName = "tagCouponBatch" CouponCodeColName = "tagCouponCode" ModuleName = "CouponDB" -- Gitblit v1.8.0