记得上下班打卡 | git大法好,push需谨慎

Commit d2af012a authored by 胡佳晨's avatar 胡佳晨

添加 下单来源

parent 7533ab39
......@@ -73,6 +73,11 @@ public class KylinOrderTickets implements Serializable {
*/
private String orderType;
/**
* 下单来源
*/
private String orderSource;
/**
* 下单版本
*/
......
......@@ -419,6 +419,7 @@ CREATE TABLE `kylin_order_tickets`
`pay_code` varchar(255) NOT NULL DEFAULT '' COMMENT '支付单号',
`qr_code` varchar(255) NOT NULL DEFAULT '' COMMENT '二维码地址',
`order_type` varchar(255) NOT NULL DEFAULT '' COMMENT '下单方式',
`order_source` varchar(255) NOT NULL DEFAULT '' COMMENT '下单来源',
`order_version` varchar(255) NOT NULL DEFAULT '' COMMENT '下单版本',
`number` int(32) NOT NULL DEFAULT 0 COMMENT '数量',
`price` decimal(8, 2) NOT NULL DEFAULT '0.00' COMMENT '单价',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment