/*
|
Navicat Premium Data Transfer
|
|
Source Server : 岐济生-生产
|
Source Server Type : MySQL
|
Source Server Version : 50744
|
Source Host : 1.95.72.12:3306
|
Source Schema : qijisheng_order
|
|
Target Server Type : MySQL
|
Target Server Version : 50744
|
File Encoding : 65001
|
|
Date: 27/03/2025 00:47:47
|
*/
|
|
SET NAMES utf8mb4;
|
SET FOREIGN_KEY_CHECKS = 0;
|
|
-- ----------------------------
|
-- Table structure for freeze_record
|
-- ----------------------------
|
DROP TABLE IF EXISTS `freeze_record`;
|
CREATE TABLE `freeze_record` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`store_id` bigint(20) NULL DEFAULT NULL COMMENT '门店id',
|
`freeze_money` decimal(10, 2) NULL DEFAULT NULL COMMENT '冻结金额',
|
`freeze_points` int(11) NULL DEFAULT NULL COMMENT '冻结积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin ROW_FORMAT = Dynamic;
|
|
-- ----------------------------
|
-- Records of freeze_record
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_0
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_0`;
|
CREATE TABLE `t_order_0` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_0
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_1
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_1`;
|
CREATE TABLE `t_order_1` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_1
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_10
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_10`;
|
CREATE TABLE `t_order_10` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_10
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_11
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_11`;
|
CREATE TABLE `t_order_11` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_11
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_12
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_12`;
|
CREATE TABLE `t_order_12` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_12
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_13
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_13`;
|
CREATE TABLE `t_order_13` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_13
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_14
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_14`;
|
CREATE TABLE `t_order_14` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_14
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_15
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_15`;
|
CREATE TABLE `t_order_15` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_15
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_16
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_16`;
|
CREATE TABLE `t_order_16` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_16
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_17
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_17`;
|
CREATE TABLE `t_order_17` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_17
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_18
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_18`;
|
CREATE TABLE `t_order_18` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_18
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_19
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_19`;
|
CREATE TABLE `t_order_19` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_19
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_2
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_2`;
|
CREATE TABLE `t_order_2` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_2
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_20
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_20`;
|
CREATE TABLE `t_order_20` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_20
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_21
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_21`;
|
CREATE TABLE `t_order_21` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_21
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_22
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_22`;
|
CREATE TABLE `t_order_22` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_22
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_23
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_23`;
|
CREATE TABLE `t_order_23` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_23
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_24
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_24`;
|
CREATE TABLE `t_order_24` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_24
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_25
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_25`;
|
CREATE TABLE `t_order_25` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_25
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_26
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_26`;
|
CREATE TABLE `t_order_26` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_26
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_27
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_27`;
|
CREATE TABLE `t_order_27` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_27
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_28
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_28`;
|
CREATE TABLE `t_order_28` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_28
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_29
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_29`;
|
CREATE TABLE `t_order_29` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_29
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_3
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_3`;
|
CREATE TABLE `t_order_3` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_3
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_30
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_30`;
|
CREATE TABLE `t_order_30` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_30
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_31
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_31`;
|
CREATE TABLE `t_order_31` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_31
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_32
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_32`;
|
CREATE TABLE `t_order_32` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_32
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_33
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_33`;
|
CREATE TABLE `t_order_33` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_33
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_34
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_34`;
|
CREATE TABLE `t_order_34` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_34
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_35
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_35`;
|
CREATE TABLE `t_order_35` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_35
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_36
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_36`;
|
CREATE TABLE `t_order_36` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_36
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_37
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_37`;
|
CREATE TABLE `t_order_37` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_37
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_38
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_38`;
|
CREATE TABLE `t_order_38` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_38
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_39
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_39`;
|
CREATE TABLE `t_order_39` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_39
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_4
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_4`;
|
CREATE TABLE `t_order_4` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_4
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_40
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_40`;
|
CREATE TABLE `t_order_40` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_40
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_41
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_41`;
|
CREATE TABLE `t_order_41` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_41
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_42
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_42`;
|
CREATE TABLE `t_order_42` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_42
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_43
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_43`;
|
CREATE TABLE `t_order_43` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_43
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_44
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_44`;
|
CREATE TABLE `t_order_44` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_44
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_45
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_45`;
|
CREATE TABLE `t_order_45` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_45
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_46
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_46`;
|
CREATE TABLE `t_order_46` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_46
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_47
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_47`;
|
CREATE TABLE `t_order_47` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_47
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_48
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_48`;
|
CREATE TABLE `t_order_48` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_48
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_49
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_49`;
|
CREATE TABLE `t_order_49` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_49
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_5
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_5`;
|
CREATE TABLE `t_order_5` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_5
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_6
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_6`;
|
CREATE TABLE `t_order_6` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_6
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_7
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_7`;
|
CREATE TABLE `t_order_7` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_7
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_8
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_8`;
|
CREATE TABLE `t_order_8` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_8
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_9
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_9`;
|
CREATE TABLE `t_order_9` (
|
`id` bigint(20) NOT NULL,
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`num` int(11) NOT NULL COMMENT '商品数量',
|
`good_pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品封面(多张逗号隔开,最多三张))',
|
`good_name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '商品名称(多个名称逗号隔开))',
|
`order_type` int(11) NULL DEFAULT NULL COMMENT '订单类型1服务单2商品',
|
`order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`old_order_status` int(11) NULL DEFAULT NULL COMMENT '1待发货2待收货3待使用4已完成5已取消6已退款7售后中8已评价',
|
`is_commission` int(1) NULL DEFAULT 0 COMMENT '是否已分佣 0-否 1-是',
|
`end_time` datetime(0) NULL DEFAULT NULL COMMENT '核销时间',
|
`canceller_app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '核销人id',
|
`after_sale_time` datetime(0) NULL DEFAULT NULL COMMENT '售后截止日期',
|
`technician_id` int(11) NULL DEFAULT NULL COMMENT '技师id',
|
`order_number` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '订单编号',
|
`total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '订单总金额',
|
`full_reduction_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '满减金额',
|
`money_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '代金券抵扣金额',
|
`discount_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '折扣券抵扣金额',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣总金额',
|
`user_coupon_id` bigint(20) NULL DEFAULT NULL COMMENT '用户优惠券id',
|
`activity_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '活动优惠金额',
|
`discount_total_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '优惠总金额',
|
`payment_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '实际支付价格',
|
`point` int(11) NULL DEFAULT NULL COMMENT '使用积分',
|
`pay_method` int(11) NULL DEFAULT NULL COMMENT '1微信,2账户余额,3积分',
|
`coupon_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '使用的优惠劵json',
|
`activity_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '订单优惠活动的json快照',
|
`express_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '运费',
|
`express_pay_method` int(11) NULL DEFAULT NULL COMMENT '运费支付方式,1微信,2账户余额',
|
`express_json` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT 'NULL' COMMENT '第三方快递信息',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`distribution_mode` int(11) NULL DEFAULT NULL COMMENT '配送方式(1=自提,2=快递)',
|
`deliver_province` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省名称',
|
`deliver_province_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货省编号',
|
`deliver_city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市名称',
|
`deliver_city_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货市编号',
|
`deliver_district` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区名称',
|
`deliver_district_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '发货区编号',
|
`share_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '平台分佣',
|
`get_point` int(11) NULL DEFAULT NULL COMMENT '本单获取的积分',
|
`serial_number` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '微信支付号',
|
`pay_status` int(11) NULL DEFAULT NULL COMMENT '1待支付2已支付',
|
`shop_id` int(11) NULL DEFAULT NULL COMMENT '对应门店id',
|
`del_flag` int(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`address_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '地址json',
|
`expected_delivery_time` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '预计提货时间',
|
`refund_status` int(11) NULL DEFAULT NULL COMMENT '退款状态(1=退款中,2=已退款)',
|
`refund_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '退款流水号',
|
`refund_time` datetime(0) NULL DEFAULT NULL COMMENT '退款时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_9
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_0
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_0`;
|
CREATE TABLE `t_order_balance_payment_0` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_0
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_1
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_1`;
|
CREATE TABLE `t_order_balance_payment_1` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_1
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_10
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_10`;
|
CREATE TABLE `t_order_balance_payment_10` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_10
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_11
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_11`;
|
CREATE TABLE `t_order_balance_payment_11` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_11
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_12
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_12`;
|
CREATE TABLE `t_order_balance_payment_12` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_12
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_13
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_13`;
|
CREATE TABLE `t_order_balance_payment_13` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_13
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_14
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_14`;
|
CREATE TABLE `t_order_balance_payment_14` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_14
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_15
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_15`;
|
CREATE TABLE `t_order_balance_payment_15` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_15
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_16
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_16`;
|
CREATE TABLE `t_order_balance_payment_16` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_16
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_17
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_17`;
|
CREATE TABLE `t_order_balance_payment_17` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_17
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_18
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_18`;
|
CREATE TABLE `t_order_balance_payment_18` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_18
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_19
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_19`;
|
CREATE TABLE `t_order_balance_payment_19` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_19
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_2
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_2`;
|
CREATE TABLE `t_order_balance_payment_2` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_2
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_20
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_20`;
|
CREATE TABLE `t_order_balance_payment_20` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_20
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_21
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_21`;
|
CREATE TABLE `t_order_balance_payment_21` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_21
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_22
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_22`;
|
CREATE TABLE `t_order_balance_payment_22` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_22
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_23
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_23`;
|
CREATE TABLE `t_order_balance_payment_23` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_23
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_24
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_24`;
|
CREATE TABLE `t_order_balance_payment_24` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_24
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_25
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_25`;
|
CREATE TABLE `t_order_balance_payment_25` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_25
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_26
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_26`;
|
CREATE TABLE `t_order_balance_payment_26` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_26
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_27
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_27`;
|
CREATE TABLE `t_order_balance_payment_27` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_27
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_28
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_28`;
|
CREATE TABLE `t_order_balance_payment_28` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_28
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_29
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_29`;
|
CREATE TABLE `t_order_balance_payment_29` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_29
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_3
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_3`;
|
CREATE TABLE `t_order_balance_payment_3` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_3
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_30
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_30`;
|
CREATE TABLE `t_order_balance_payment_30` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_30
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_31
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_31`;
|
CREATE TABLE `t_order_balance_payment_31` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_31
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_32
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_32`;
|
CREATE TABLE `t_order_balance_payment_32` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_32
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_33
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_33`;
|
CREATE TABLE `t_order_balance_payment_33` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_33
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_34
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_34`;
|
CREATE TABLE `t_order_balance_payment_34` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_34
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_35
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_35`;
|
CREATE TABLE `t_order_balance_payment_35` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_35
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_36
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_36`;
|
CREATE TABLE `t_order_balance_payment_36` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_36
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_37
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_37`;
|
CREATE TABLE `t_order_balance_payment_37` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_37
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_38
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_38`;
|
CREATE TABLE `t_order_balance_payment_38` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_38
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_39
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_39`;
|
CREATE TABLE `t_order_balance_payment_39` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_39
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_4
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_4`;
|
CREATE TABLE `t_order_balance_payment_4` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_4
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_40
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_40`;
|
CREATE TABLE `t_order_balance_payment_40` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_40
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_41
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_41`;
|
CREATE TABLE `t_order_balance_payment_41` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_41
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_42
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_42`;
|
CREATE TABLE `t_order_balance_payment_42` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_42
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_43
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_43`;
|
CREATE TABLE `t_order_balance_payment_43` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_43
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_44
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_44`;
|
CREATE TABLE `t_order_balance_payment_44` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_44
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_45
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_45`;
|
CREATE TABLE `t_order_balance_payment_45` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_45
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_46
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_46`;
|
CREATE TABLE `t_order_balance_payment_46` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_46
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_47
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_47`;
|
CREATE TABLE `t_order_balance_payment_47` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_47
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_48
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_48`;
|
CREATE TABLE `t_order_balance_payment_48` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_48
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_49
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_49`;
|
CREATE TABLE `t_order_balance_payment_49` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_49
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_5
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_5`;
|
CREATE TABLE `t_order_balance_payment_5` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_5
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_6
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_6`;
|
CREATE TABLE `t_order_balance_payment_6` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_6
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_7
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_7`;
|
CREATE TABLE `t_order_balance_payment_7` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_7
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_8
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_8`;
|
CREATE TABLE `t_order_balance_payment_8` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_8
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_balance_payment_9
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_balance_payment_9`;
|
CREATE TABLE `t_order_balance_payment_9` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单金额',
|
`red_packet_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '红包支付金额',
|
`distribution_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '分销金额支付金额',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '余额支付订单明细' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_balance_payment_9
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_0
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_0`;
|
CREATE TABLE `t_order_good_0` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1085174830392676363 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_0
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_1
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_1`;
|
CREATE TABLE `t_order_good_1` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1085236489513603115 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_1
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_10
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_10`;
|
CREATE TABLE `t_order_good_10` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1085255331207974952 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_10
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_11
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_11`;
|
CREATE TABLE `t_order_good_11` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1085324956830535757 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_11
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_12
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_12`;
|
CREATE TABLE `t_order_good_12` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1085327402243985428 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_12
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_13
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_13`;
|
CREATE TABLE `t_order_good_13` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1085204118009548887 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_13
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_14
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_14`;
|
CREATE TABLE `t_order_good_14` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1084162084385591298 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_14
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_15
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_15`;
|
CREATE TABLE `t_order_good_15` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1089305948855472198 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_15
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_16
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_16`;
|
CREATE TABLE `t_order_good_16` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1079199935238246425 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_16
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_17
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_17`;
|
CREATE TABLE `t_order_good_17` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1084851146993963094 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_17
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_18
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_18`;
|
CREATE TABLE `t_order_good_18` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1087405264535031818 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_18
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_19
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_19`;
|
CREATE TABLE `t_order_good_19` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1089528745275953215 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_19
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_2
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_2`;
|
CREATE TABLE `t_order_good_2` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1085328915460788248 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_2
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_20
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_20`;
|
CREATE TABLE `t_order_good_20` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1085287617240502274 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_20
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_21
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_21`;
|
CREATE TABLE `t_order_good_21` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1089665620229754950 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_21
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_22
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_22`;
|
CREATE TABLE `t_order_good_22` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1085235915284025392 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_22
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_23
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_23`;
|
CREATE TABLE `t_order_good_23` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1087380898254426191 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_23
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_24
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_24`;
|
CREATE TABLE `t_order_good_24` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1086012474127290466 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_24
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_25
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_25`;
|
CREATE TABLE `t_order_good_25` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1089582677691994127 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_25
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_26
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_26`;
|
CREATE TABLE `t_order_good_26` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1088791478320238671 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_26
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_27
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_27`;
|
CREATE TABLE `t_order_good_27` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1085285101383716872 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_27
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_28
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_28`;
|
CREATE TABLE `t_order_good_28` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1084550602194686047 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_28
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_29
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_29`;
|
CREATE TABLE `t_order_good_29` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1084526666459385927 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_29
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_3
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_3`;
|
CREATE TABLE `t_order_good_3` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1084531454697803834 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_3
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_30
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_30`;
|
CREATE TABLE `t_order_good_30` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1086218760227917845 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_30
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_31
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_31`;
|
CREATE TABLE `t_order_good_31` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1085328673503973394 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_31
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_32
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_32`;
|
CREATE TABLE `t_order_good_32` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1085331816396623875 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_32
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_33
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_33`;
|
CREATE TABLE `t_order_good_33` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1084786155817275431 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_33
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_34
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_34`;
|
CREATE TABLE `t_order_good_34` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1084946694996496455 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_34
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_35
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_35`;
|
CREATE TABLE `t_order_good_35` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1087682283667722276 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_35
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_36
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_36`;
|
CREATE TABLE `t_order_good_36` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1063915663879311386 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_36
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_37
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_37`;
|
CREATE TABLE `t_order_good_37` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1088782088779337791 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_37
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_38
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_38`;
|
CREATE TABLE `t_order_good_38` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1085324603586252870 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_38
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_39
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_39`;
|
CREATE TABLE `t_order_good_39` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1085285815560441931 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_39
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_4
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_4`;
|
CREATE TABLE `t_order_good_4` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1084159350781513778 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_4
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_40
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_40`;
|
CREATE TABLE `t_order_good_40` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1084588455553405025 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_40
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_41
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_41`;
|
CREATE TABLE `t_order_good_41` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1084446714749784120 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_41
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_42
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_42`;
|
CREATE TABLE `t_order_good_42` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1085291787586637921 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_42
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_43
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_43`;
|
CREATE TABLE `t_order_good_43` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1084474677704790048 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_43
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_44
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_44`;
|
CREATE TABLE `t_order_good_44` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1081523832440754201 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_44
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_45
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_45`;
|
CREATE TABLE `t_order_good_45` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1085288862067986464 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_45
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_46
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_46`;
|
CREATE TABLE `t_order_good_46` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1088782448843558928 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_46
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_47
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_47`;
|
CREATE TABLE `t_order_good_47` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1089639328100913245 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_47
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_48
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_48`;
|
CREATE TABLE `t_order_good_48` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1085255461835378772 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_48
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_49
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_49`;
|
CREATE TABLE `t_order_good_49` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1089665454693159009 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_49
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_5
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_5`;
|
CREATE TABLE `t_order_good_5` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1084768917290749987 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_5
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_6
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_6`;
|
CREATE TABLE `t_order_good_6` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1089666846564552774 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_6
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_7
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_7`;
|
CREATE TABLE `t_order_good_7` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1085324185003102308 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_7
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_8
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_8`;
|
CREATE TABLE `t_order_good_8` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1082346381345034258 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_8
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_order_good_9
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_order_good_9`;
|
CREATE TABLE `t_order_good_9` (
|
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`good_amount` decimal(10, 2) NULL DEFAULT NULL COMMENT '商品券抵扣金额',
|
`seckill_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '秒杀活动的json快照',
|
`good_json` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '购买商品的json快照',
|
`num` int(11) NULL DEFAULT NULL COMMENT '数量',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`earn_spending_points` int(11) NULL DEFAULT 0 COMMENT '可获得消费积分',
|
`superior_subcommission` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '上级获得分佣金额',
|
`superior_rebate_points` int(11) NULL DEFAULT 0 COMMENT '上级获得返佣积分',
|
`superior_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取返佣积分上级类型(1=直推上级,2=直帮上级)',
|
`superior_price_type` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '获取分佣金额上级类型(1=直推上级,2=直帮上级)',
|
`servuce_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '核销门店可获得服务费',
|
`servuce_shop_points` int(11) NULL DEFAULT 0 COMMENT '核销门店可获得服务积分',
|
`technician_points` int(11) NULL DEFAULT 0 COMMENT '技师可获得服务积分',
|
`bound_shop_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店可获得分佣金额',
|
`bound_shop_points` int(11) NULL DEFAULT NULL COMMENT '绑定门店可获得返佣积分',
|
`bound_shop_superiors_charges` decimal(10, 2) NULL DEFAULT 0.00 COMMENT '绑定门店上级门店可获得分佣金额',
|
`bound_shop_superiors_points` int(11) NULL DEFAULT 0 COMMENT '绑定门店上级门店可获得返佣积分',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`cash_payment` int(11) NULL DEFAULT NULL COMMENT '现金支付(0=否,1=是)',
|
`point_payment` int(11) NULL DEFAULT NULL COMMENT '积分支付(0=否,1=是)',
|
`selling_price` decimal(10, 2) NULL DEFAULT NULL COMMENT '基础售价',
|
`integral` int(11) NULL DEFAULT NULL COMMENT '基础积分',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB AUTO_INCREMENT = 1085327843354742828 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '订单表—关联商品信息' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_order_good_9
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_refund_pass_0
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_refund_pass_0`;
|
CREATE TABLE `t_refund_pass_0` (
|
`id` bigint(20) NOT NULL,
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`status` int(11) NULL DEFAULT NULL COMMENT '1待审核2已完成3已拒绝4待退货5待平台收货',
|
`refund_method` int(11) NULL DEFAULT NULL COMMENT '1退货退款2仅退款',
|
`refund_reason` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '用户申请原因',
|
`user_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '用户申请备注',
|
`pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '申请图片',
|
`pass_status` int(11) NULL DEFAULT NULL COMMENT '1待审核2同意3拒绝',
|
`pass_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '后台审核备注',
|
`auth_time` datetime(0) NULL DEFAULT NULL COMMENT '审核时间',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货人姓名',
|
`phone` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货人电话',
|
`address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货地址',
|
`code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '快递单号',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`receive_time` datetime(0) NULL DEFAULT NULL COMMENT '平台收货时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '售后管理' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_refund_pass_0
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_refund_pass_1
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_refund_pass_1`;
|
CREATE TABLE `t_refund_pass_1` (
|
`id` bigint(20) NOT NULL,
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`status` int(11) NULL DEFAULT NULL COMMENT '1待审核2已完成3已拒绝4待退货5待平台收货',
|
`refund_method` int(11) NULL DEFAULT NULL COMMENT '1退货退款2仅退款',
|
`refund_reason` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '用户申请原因',
|
`user_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '用户申请备注',
|
`pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '申请图片',
|
`pass_status` int(11) NULL DEFAULT NULL COMMENT '1待审核2同意3拒绝',
|
`pass_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '后台审核备注',
|
`auth_time` datetime(0) NULL DEFAULT NULL COMMENT '审核时间',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货人姓名',
|
`phone` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货人电话',
|
`address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货地址',
|
`code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '快递单号',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`receive_time` datetime(0) NULL DEFAULT NULL COMMENT '平台收货时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '售后管理' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_refund_pass_1
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_refund_pass_10
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_refund_pass_10`;
|
CREATE TABLE `t_refund_pass_10` (
|
`id` bigint(20) NOT NULL,
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`status` int(11) NULL DEFAULT NULL COMMENT '1待审核2已完成3已拒绝4待退货5待平台收货',
|
`refund_method` int(11) NULL DEFAULT NULL COMMENT '1退货退款2仅退款',
|
`refund_reason` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '用户申请原因',
|
`user_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '用户申请备注',
|
`pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '申请图片',
|
`pass_status` int(11) NULL DEFAULT NULL COMMENT '1待审核2同意3拒绝',
|
`pass_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '后台审核备注',
|
`auth_time` datetime(0) NULL DEFAULT NULL COMMENT '审核时间',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货人姓名',
|
`phone` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货人电话',
|
`address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货地址',
|
`code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '快递单号',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`receive_time` datetime(0) NULL DEFAULT NULL COMMENT '平台收货时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '售后管理' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_refund_pass_10
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_refund_pass_11
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_refund_pass_11`;
|
CREATE TABLE `t_refund_pass_11` (
|
`id` bigint(20) NOT NULL,
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`status` int(11) NULL DEFAULT NULL COMMENT '1待审核2已完成3已拒绝4待退货5待平台收货',
|
`refund_method` int(11) NULL DEFAULT NULL COMMENT '1退货退款2仅退款',
|
`refund_reason` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '用户申请原因',
|
`user_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '用户申请备注',
|
`pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '申请图片',
|
`pass_status` int(11) NULL DEFAULT NULL COMMENT '1待审核2同意3拒绝',
|
`pass_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '后台审核备注',
|
`auth_time` datetime(0) NULL DEFAULT NULL COMMENT '审核时间',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货人姓名',
|
`phone` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货人电话',
|
`address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货地址',
|
`code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '快递单号',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`receive_time` datetime(0) NULL DEFAULT NULL COMMENT '平台收货时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '售后管理' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_refund_pass_11
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_refund_pass_12
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_refund_pass_12`;
|
CREATE TABLE `t_refund_pass_12` (
|
`id` bigint(20) NOT NULL,
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`status` int(11) NULL DEFAULT NULL COMMENT '1待审核2已完成3已拒绝4待退货5待平台收货',
|
`refund_method` int(11) NULL DEFAULT NULL COMMENT '1退货退款2仅退款',
|
`refund_reason` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '用户申请原因',
|
`user_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '用户申请备注',
|
`pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '申请图片',
|
`pass_status` int(11) NULL DEFAULT NULL COMMENT '1待审核2同意3拒绝',
|
`pass_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '后台审核备注',
|
`auth_time` datetime(0) NULL DEFAULT NULL COMMENT '审核时间',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货人姓名',
|
`phone` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货人电话',
|
`address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货地址',
|
`code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '快递单号',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`receive_time` datetime(0) NULL DEFAULT NULL COMMENT '平台收货时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '售后管理' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_refund_pass_12
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_refund_pass_13
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_refund_pass_13`;
|
CREATE TABLE `t_refund_pass_13` (
|
`id` bigint(20) NOT NULL,
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`status` int(11) NULL DEFAULT NULL COMMENT '1待审核2已完成3已拒绝4待退货5待平台收货',
|
`refund_method` int(11) NULL DEFAULT NULL COMMENT '1退货退款2仅退款',
|
`refund_reason` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '用户申请原因',
|
`user_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '用户申请备注',
|
`pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '申请图片',
|
`pass_status` int(11) NULL DEFAULT NULL COMMENT '1待审核2同意3拒绝',
|
`pass_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '后台审核备注',
|
`auth_time` datetime(0) NULL DEFAULT NULL COMMENT '审核时间',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货人姓名',
|
`phone` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货人电话',
|
`address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货地址',
|
`code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '快递单号',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`receive_time` datetime(0) NULL DEFAULT NULL COMMENT '平台收货时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '售后管理' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_refund_pass_13
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_refund_pass_14
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_refund_pass_14`;
|
CREATE TABLE `t_refund_pass_14` (
|
`id` bigint(20) NOT NULL,
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`status` int(11) NULL DEFAULT NULL COMMENT '1待审核2已完成3已拒绝4待退货5待平台收货',
|
`refund_method` int(11) NULL DEFAULT NULL COMMENT '1退货退款2仅退款',
|
`refund_reason` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '用户申请原因',
|
`user_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '用户申请备注',
|
`pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '申请图片',
|
`pass_status` int(11) NULL DEFAULT NULL COMMENT '1待审核2同意3拒绝',
|
`pass_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '后台审核备注',
|
`auth_time` datetime(0) NULL DEFAULT NULL COMMENT '审核时间',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货人姓名',
|
`phone` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货人电话',
|
`address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货地址',
|
`code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '快递单号',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`receive_time` datetime(0) NULL DEFAULT NULL COMMENT '平台收货时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '售后管理' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_refund_pass_14
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_refund_pass_15
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_refund_pass_15`;
|
CREATE TABLE `t_refund_pass_15` (
|
`id` bigint(20) NOT NULL,
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`status` int(11) NULL DEFAULT NULL COMMENT '1待审核2已完成3已拒绝4待退货5待平台收货',
|
`refund_method` int(11) NULL DEFAULT NULL COMMENT '1退货退款2仅退款',
|
`refund_reason` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '用户申请原因',
|
`user_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '用户申请备注',
|
`pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '申请图片',
|
`pass_status` int(11) NULL DEFAULT NULL COMMENT '1待审核2同意3拒绝',
|
`pass_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '后台审核备注',
|
`auth_time` datetime(0) NULL DEFAULT NULL COMMENT '审核时间',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货人姓名',
|
`phone` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货人电话',
|
`address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货地址',
|
`code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '快递单号',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`receive_time` datetime(0) NULL DEFAULT NULL COMMENT '平台收货时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '售后管理' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_refund_pass_15
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_refund_pass_16
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_refund_pass_16`;
|
CREATE TABLE `t_refund_pass_16` (
|
`id` bigint(20) NOT NULL,
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`status` int(11) NULL DEFAULT NULL COMMENT '1待审核2已完成3已拒绝4待退货5待平台收货',
|
`refund_method` int(11) NULL DEFAULT NULL COMMENT '1退货退款2仅退款',
|
`refund_reason` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '用户申请原因',
|
`user_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '用户申请备注',
|
`pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '申请图片',
|
`pass_status` int(11) NULL DEFAULT NULL COMMENT '1待审核2同意3拒绝',
|
`pass_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '后台审核备注',
|
`auth_time` datetime(0) NULL DEFAULT NULL COMMENT '审核时间',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货人姓名',
|
`phone` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货人电话',
|
`address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货地址',
|
`code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '快递单号',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`receive_time` datetime(0) NULL DEFAULT NULL COMMENT '平台收货时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '售后管理' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_refund_pass_16
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_refund_pass_17
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_refund_pass_17`;
|
CREATE TABLE `t_refund_pass_17` (
|
`id` bigint(20) NOT NULL,
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`status` int(11) NULL DEFAULT NULL COMMENT '1待审核2已完成3已拒绝4待退货5待平台收货',
|
`refund_method` int(11) NULL DEFAULT NULL COMMENT '1退货退款2仅退款',
|
`refund_reason` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '用户申请原因',
|
`user_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '用户申请备注',
|
`pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '申请图片',
|
`pass_status` int(11) NULL DEFAULT NULL COMMENT '1待审核2同意3拒绝',
|
`pass_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '后台审核备注',
|
`auth_time` datetime(0) NULL DEFAULT NULL COMMENT '审核时间',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货人姓名',
|
`phone` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货人电话',
|
`address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货地址',
|
`code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '快递单号',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`receive_time` datetime(0) NULL DEFAULT NULL COMMENT '平台收货时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '售后管理' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_refund_pass_17
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_refund_pass_18
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_refund_pass_18`;
|
CREATE TABLE `t_refund_pass_18` (
|
`id` bigint(20) NOT NULL,
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`status` int(11) NULL DEFAULT NULL COMMENT '1待审核2已完成3已拒绝4待退货5待平台收货',
|
`refund_method` int(11) NULL DEFAULT NULL COMMENT '1退货退款2仅退款',
|
`refund_reason` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '用户申请原因',
|
`user_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '用户申请备注',
|
`pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '申请图片',
|
`pass_status` int(11) NULL DEFAULT NULL COMMENT '1待审核2同意3拒绝',
|
`pass_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '后台审核备注',
|
`auth_time` datetime(0) NULL DEFAULT NULL COMMENT '审核时间',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货人姓名',
|
`phone` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货人电话',
|
`address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货地址',
|
`code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '快递单号',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`receive_time` datetime(0) NULL DEFAULT NULL COMMENT '平台收货时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '售后管理' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_refund_pass_18
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_refund_pass_19
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_refund_pass_19`;
|
CREATE TABLE `t_refund_pass_19` (
|
`id` bigint(20) NOT NULL,
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`status` int(11) NULL DEFAULT NULL COMMENT '1待审核2已完成3已拒绝4待退货5待平台收货',
|
`refund_method` int(11) NULL DEFAULT NULL COMMENT '1退货退款2仅退款',
|
`refund_reason` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '用户申请原因',
|
`user_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '用户申请备注',
|
`pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '申请图片',
|
`pass_status` int(11) NULL DEFAULT NULL COMMENT '1待审核2同意3拒绝',
|
`pass_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '后台审核备注',
|
`auth_time` datetime(0) NULL DEFAULT NULL COMMENT '审核时间',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货人姓名',
|
`phone` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货人电话',
|
`address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货地址',
|
`code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '快递单号',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`receive_time` datetime(0) NULL DEFAULT NULL COMMENT '平台收货时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '售后管理' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_refund_pass_19
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_refund_pass_2
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_refund_pass_2`;
|
CREATE TABLE `t_refund_pass_2` (
|
`id` bigint(20) NOT NULL,
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`status` int(11) NULL DEFAULT NULL COMMENT '1待审核2已完成3已拒绝4待退货5待平台收货',
|
`refund_method` int(11) NULL DEFAULT NULL COMMENT '1退货退款2仅退款',
|
`refund_reason` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '用户申请原因',
|
`user_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '用户申请备注',
|
`pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '申请图片',
|
`pass_status` int(11) NULL DEFAULT NULL COMMENT '1待审核2同意3拒绝',
|
`pass_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '后台审核备注',
|
`auth_time` datetime(0) NULL DEFAULT NULL COMMENT '审核时间',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货人姓名',
|
`phone` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货人电话',
|
`address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货地址',
|
`code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '快递单号',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`receive_time` datetime(0) NULL DEFAULT NULL COMMENT '平台收货时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '售后管理' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_refund_pass_2
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_refund_pass_3
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_refund_pass_3`;
|
CREATE TABLE `t_refund_pass_3` (
|
`id` bigint(20) NOT NULL,
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`status` int(11) NULL DEFAULT NULL COMMENT '1待审核2已完成3已拒绝4待退货5待平台收货',
|
`refund_method` int(11) NULL DEFAULT NULL COMMENT '1退货退款2仅退款',
|
`refund_reason` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '用户申请原因',
|
`user_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '用户申请备注',
|
`pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '申请图片',
|
`pass_status` int(11) NULL DEFAULT NULL COMMENT '1待审核2同意3拒绝',
|
`pass_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '后台审核备注',
|
`auth_time` datetime(0) NULL DEFAULT NULL COMMENT '审核时间',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货人姓名',
|
`phone` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货人电话',
|
`address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货地址',
|
`code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '快递单号',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`receive_time` datetime(0) NULL DEFAULT NULL COMMENT '平台收货时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '售后管理' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_refund_pass_3
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_refund_pass_4
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_refund_pass_4`;
|
CREATE TABLE `t_refund_pass_4` (
|
`id` bigint(20) NOT NULL,
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`status` int(11) NULL DEFAULT NULL COMMENT '1待审核2已完成3已拒绝4待退货5待平台收货',
|
`refund_method` int(11) NULL DEFAULT NULL COMMENT '1退货退款2仅退款',
|
`refund_reason` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '用户申请原因',
|
`user_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '用户申请备注',
|
`pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '申请图片',
|
`pass_status` int(11) NULL DEFAULT NULL COMMENT '1待审核2同意3拒绝',
|
`pass_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '后台审核备注',
|
`auth_time` datetime(0) NULL DEFAULT NULL COMMENT '审核时间',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货人姓名',
|
`phone` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货人电话',
|
`address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货地址',
|
`code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '快递单号',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`receive_time` datetime(0) NULL DEFAULT NULL COMMENT '平台收货时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '售后管理' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_refund_pass_4
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_refund_pass_5
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_refund_pass_5`;
|
CREATE TABLE `t_refund_pass_5` (
|
`id` bigint(20) NOT NULL,
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`status` int(11) NULL DEFAULT NULL COMMENT '1待审核2已完成3已拒绝4待退货5待平台收货',
|
`refund_method` int(11) NULL DEFAULT NULL COMMENT '1退货退款2仅退款',
|
`refund_reason` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '用户申请原因',
|
`user_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '用户申请备注',
|
`pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '申请图片',
|
`pass_status` int(11) NULL DEFAULT NULL COMMENT '1待审核2同意3拒绝',
|
`pass_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '后台审核备注',
|
`auth_time` datetime(0) NULL DEFAULT NULL COMMENT '审核时间',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货人姓名',
|
`phone` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货人电话',
|
`address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货地址',
|
`code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '快递单号',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`receive_time` datetime(0) NULL DEFAULT NULL COMMENT '平台收货时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '售后管理' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_refund_pass_5
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_refund_pass_6
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_refund_pass_6`;
|
CREATE TABLE `t_refund_pass_6` (
|
`id` bigint(20) NOT NULL,
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`status` int(11) NULL DEFAULT NULL COMMENT '1待审核2已完成3已拒绝4待退货5待平台收货',
|
`refund_method` int(11) NULL DEFAULT NULL COMMENT '1退货退款2仅退款',
|
`refund_reason` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '用户申请原因',
|
`user_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '用户申请备注',
|
`pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '申请图片',
|
`pass_status` int(11) NULL DEFAULT NULL COMMENT '1待审核2同意3拒绝',
|
`pass_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '后台审核备注',
|
`auth_time` datetime(0) NULL DEFAULT NULL COMMENT '审核时间',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货人姓名',
|
`phone` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货人电话',
|
`address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货地址',
|
`code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '快递单号',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`receive_time` datetime(0) NULL DEFAULT NULL COMMENT '平台收货时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '售后管理' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_refund_pass_6
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_refund_pass_7
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_refund_pass_7`;
|
CREATE TABLE `t_refund_pass_7` (
|
`id` bigint(20) NOT NULL,
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`status` int(11) NULL DEFAULT NULL COMMENT '1待审核2已完成3已拒绝4待退货5待平台收货',
|
`refund_method` int(11) NULL DEFAULT NULL COMMENT '1退货退款2仅退款',
|
`refund_reason` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '用户申请原因',
|
`user_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '用户申请备注',
|
`pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '申请图片',
|
`pass_status` int(11) NULL DEFAULT NULL COMMENT '1待审核2同意3拒绝',
|
`pass_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '后台审核备注',
|
`auth_time` datetime(0) NULL DEFAULT NULL COMMENT '审核时间',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货人姓名',
|
`phone` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货人电话',
|
`address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货地址',
|
`code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '快递单号',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`receive_time` datetime(0) NULL DEFAULT NULL COMMENT '平台收货时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '售后管理' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_refund_pass_7
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_refund_pass_8
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_refund_pass_8`;
|
CREATE TABLE `t_refund_pass_8` (
|
`id` bigint(20) NOT NULL,
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`status` int(11) NULL DEFAULT NULL COMMENT '1待审核2已完成3已拒绝4待退货5待平台收货',
|
`refund_method` int(11) NULL DEFAULT NULL COMMENT '1退货退款2仅退款',
|
`refund_reason` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '用户申请原因',
|
`user_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '用户申请备注',
|
`pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '申请图片',
|
`pass_status` int(11) NULL DEFAULT NULL COMMENT '1待审核2同意3拒绝',
|
`pass_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '后台审核备注',
|
`auth_time` datetime(0) NULL DEFAULT NULL COMMENT '审核时间',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货人姓名',
|
`phone` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货人电话',
|
`address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货地址',
|
`code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '快递单号',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`receive_time` datetime(0) NULL DEFAULT NULL COMMENT '平台收货时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '售后管理' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_refund_pass_8
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_refund_pass_9
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_refund_pass_9`;
|
CREATE TABLE `t_refund_pass_9` (
|
`id` bigint(20) NOT NULL,
|
`order_id` bigint(20) NULL DEFAULT NULL COMMENT '订单id',
|
`status` int(11) NULL DEFAULT NULL COMMENT '1待审核2已完成3已拒绝4待退货5待平台收货',
|
`refund_method` int(11) NULL DEFAULT NULL COMMENT '1退货退款2仅退款',
|
`refund_reason` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '用户申请原因',
|
`user_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '用户申请备注',
|
`pics` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '申请图片',
|
`pass_status` int(11) NULL DEFAULT NULL COMMENT '1待审核2同意3拒绝',
|
`pass_remark` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '后台审核备注',
|
`auth_time` datetime(0) NULL DEFAULT NULL COMMENT '审核时间',
|
`del_flag` tinyint(4) NULL DEFAULT 0 COMMENT '删除标志(0=否,1=是)',
|
`create_time` datetime(0) NULL DEFAULT CURRENT_TIMESTAMP(0) COMMENT '添加时间',
|
`name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货人姓名',
|
`phone` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货人电话',
|
`address` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '收货地址',
|
`code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL DEFAULT NULL COMMENT '快递单号',
|
`express_result` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NULL COMMENT '第三方快递结果',
|
`receive_time` datetime(0) NULL DEFAULT NULL COMMENT '平台收货时间',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '售后管理' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_refund_pass_9
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_0
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_0`;
|
CREATE TABLE `t_shopping_cart_0` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_0
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_1
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_1`;
|
CREATE TABLE `t_shopping_cart_1` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_1
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_10
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_10`;
|
CREATE TABLE `t_shopping_cart_10` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_10
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_11
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_11`;
|
CREATE TABLE `t_shopping_cart_11` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_11
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_12
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_12`;
|
CREATE TABLE `t_shopping_cart_12` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_12
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_13
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_13`;
|
CREATE TABLE `t_shopping_cart_13` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_13
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_14
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_14`;
|
CREATE TABLE `t_shopping_cart_14` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_14
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_15
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_15`;
|
CREATE TABLE `t_shopping_cart_15` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_15
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_16
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_16`;
|
CREATE TABLE `t_shopping_cart_16` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_16
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_17
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_17`;
|
CREATE TABLE `t_shopping_cart_17` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_17
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_18
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_18`;
|
CREATE TABLE `t_shopping_cart_18` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_18
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_19
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_19`;
|
CREATE TABLE `t_shopping_cart_19` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_19
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_2
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_2`;
|
CREATE TABLE `t_shopping_cart_2` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_2
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_20
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_20`;
|
CREATE TABLE `t_shopping_cart_20` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_20
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_21
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_21`;
|
CREATE TABLE `t_shopping_cart_21` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_21
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_22
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_22`;
|
CREATE TABLE `t_shopping_cart_22` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_22
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_23
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_23`;
|
CREATE TABLE `t_shopping_cart_23` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_23
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_24
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_24`;
|
CREATE TABLE `t_shopping_cart_24` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_24
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_25
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_25`;
|
CREATE TABLE `t_shopping_cart_25` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_25
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_26
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_26`;
|
CREATE TABLE `t_shopping_cart_26` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_26
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_27
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_27`;
|
CREATE TABLE `t_shopping_cart_27` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_27
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_28
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_28`;
|
CREATE TABLE `t_shopping_cart_28` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_28
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_29
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_29`;
|
CREATE TABLE `t_shopping_cart_29` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_29
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_3
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_3`;
|
CREATE TABLE `t_shopping_cart_3` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_3
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_30
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_30`;
|
CREATE TABLE `t_shopping_cart_30` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_30
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_31
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_31`;
|
CREATE TABLE `t_shopping_cart_31` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_31
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_32
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_32`;
|
CREATE TABLE `t_shopping_cart_32` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_32
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_33
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_33`;
|
CREATE TABLE `t_shopping_cart_33` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_33
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_34
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_34`;
|
CREATE TABLE `t_shopping_cart_34` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_34
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_35
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_35`;
|
CREATE TABLE `t_shopping_cart_35` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_35
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_36
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_36`;
|
CREATE TABLE `t_shopping_cart_36` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_36
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_37
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_37`;
|
CREATE TABLE `t_shopping_cart_37` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_37
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_38
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_38`;
|
CREATE TABLE `t_shopping_cart_38` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_38
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_39
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_39`;
|
CREATE TABLE `t_shopping_cart_39` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_39
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_4
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_4`;
|
CREATE TABLE `t_shopping_cart_4` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_4
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_40
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_40`;
|
CREATE TABLE `t_shopping_cart_40` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_40
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_41
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_41`;
|
CREATE TABLE `t_shopping_cart_41` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_41
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_42
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_42`;
|
CREATE TABLE `t_shopping_cart_42` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_42
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_43
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_43`;
|
CREATE TABLE `t_shopping_cart_43` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_43
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_44
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_44`;
|
CREATE TABLE `t_shopping_cart_44` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_44
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_45
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_45`;
|
CREATE TABLE `t_shopping_cart_45` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_45
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_46
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_46`;
|
CREATE TABLE `t_shopping_cart_46` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_46
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_47
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_47`;
|
CREATE TABLE `t_shopping_cart_47` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_47
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_48
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_48`;
|
CREATE TABLE `t_shopping_cart_48` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_48
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_49
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_49`;
|
CREATE TABLE `t_shopping_cart_49` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_49
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_5
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_5`;
|
CREATE TABLE `t_shopping_cart_5` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_5
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_6
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_6`;
|
CREATE TABLE `t_shopping_cart_6` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_6
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_7
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_7`;
|
CREATE TABLE `t_shopping_cart_7` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_7
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_8
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_8`;
|
CREATE TABLE `t_shopping_cart_8` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_8
|
-- ----------------------------
|
|
-- ----------------------------
|
-- Table structure for t_shopping_cart_9
|
-- ----------------------------
|
DROP TABLE IF EXISTS `t_shopping_cart_9`;
|
CREATE TABLE `t_shopping_cart_9` (
|
`id` bigint(20) NOT NULL COMMENT '主键',
|
`app_user_id` bigint(20) NULL DEFAULT NULL COMMENT '用户id',
|
`goods_id` int(11) NULL DEFAULT NULL COMMENT '商品id',
|
`number` int(11) NULL DEFAULT 1 COMMENT '数量',
|
`type` int(11) NULL DEFAULT NULL COMMENT '购买类型(1=普通商品,2=秒杀商品)',
|
`status` int(11) NULL DEFAULT NULL COMMENT '状态(0=临时数据,1=购物车数据)',
|
PRIMARY KEY (`id`) USING BTREE
|
) ENGINE = InnoDB CHARACTER SET = utf8mb4 COLLATE = utf8mb4_bin COMMENT = '购物车' ROW_FORMAT = DYNAMIC;
|
|
-- ----------------------------
|
-- Records of t_shopping_cart_9
|
-- ----------------------------
|
|
SET FOREIGN_KEY_CHECKS = 1;
|