|
@@ -9,7 +9,7 @@
|
|
|
// `orderstotalprice` decimal(10,2) DEFAULT NULL COMMENT '订单总金额',
|
|
// `orderstotalprice` decimal(10,2) DEFAULT NULL COMMENT '订单总金额',
|
|
|
// `ordersdiscountprice` decimal(10,2) DEFAULT NULL COMMENT '订单优惠后金额',
|
|
// `ordersdiscountprice` decimal(10,2) DEFAULT NULL COMMENT '订单优惠后金额',
|
|
|
// `ordersyhprice` decimal(10,2) DEFAULT NULL COMMENT '优惠金额',
|
|
// `ordersyhprice` decimal(10,2) DEFAULT NULL COMMENT '优惠金额',
|
|
|
-// `orderscouponid` varchar(50) DEFAULT NULL COMMENT '优惠卷id',
|
|
|
|
|
|
|
+// `orderscouponid` varchar(50) DEFAULT NULL COMMENT '优惠券id',
|
|
|
// `ordersorderstatus` tinyint(2) DEFAULT NULL COMMENT '订单状态(0:待审核,1:已支付,2:已完成)',
|
|
// `ordersorderstatus` tinyint(2) DEFAULT NULL COMMENT '订单状态(0:待审核,1:已支付,2:已完成)',
|
|
|
// `ordersorderdate` datetime DEFAULT NULL COMMENT '下单时间',
|
|
// `ordersorderdate` datetime DEFAULT NULL COMMENT '下单时间',
|
|
|
// PRIMARY KEY (`ordersid`),
|
|
// PRIMARY KEY (`ordersid`),
|
|
@@ -40,7 +40,7 @@ interface OrderType {
|
|
|
ordersdiscountprice: number
|
|
ordersdiscountprice: number
|
|
|
/** 优惠金额 */
|
|
/** 优惠金额 */
|
|
|
ordersyhprice: number
|
|
ordersyhprice: number
|
|
|
- /** 优惠卷id */
|
|
|
|
|
|
|
+ /** 优惠券id */
|
|
|
orderscouponid: string
|
|
orderscouponid: string
|
|
|
/** 订单状态 */
|
|
/** 订单状态 */
|
|
|
ordersorderstatus: number
|
|
ordersorderstatus: number
|