@bee-hole/server 1.83.0 → 1.83.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bee-hole/server",
3
- "version": "1.83.0",
3
+ "version": "1.83.1",
4
4
  "description": "www.bee-hole.com",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -31386,6 +31386,7 @@ CREATE TABLE `mall_benefit_code` (
31386
31386
  `max_accumulate_num` int(11) DEFAULT NULL COMMENT '满送类型设置每个订单的最大使用次数 -1 = 不限制,正数 = 限制',
31387
31387
  `benefit_scope_type` int(1) DEFAULT NULL COMMENT '优惠类型范围 1.指定商品;2.指定商品分类;3.指定商品款式(Sku)',
31388
31388
  `effect_scope_type` int(1) DEFAULT NULL COMMENT '固定折扣适用商品类型 0所有商品;1.指定商品;2.指定商品分类;3.指定商品款式(Sku)',
31389
+ `is_automatic` int(1) DEFAULT NULL COMMENT '是否自动发放',
31389
31390
  `start_time` datetime NOT NULL COMMENT '开始时间',
31390
31391
  `end_time` datetime DEFAULT NULL COMMENT '结束时间'
31391
31392
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
package/version CHANGED
@@ -1 +1 @@
1
- v1.83.0
1
+ v1.83.1