xiaoyong931011
2021-09-24 d867207d4bf46378718927444c7cef404b4a6a03
sql/xc_mall.sql
@@ -276,3 +276,8 @@
    PRIMARY KEY (ID)
)  COMMENT = '退款操作明细';
alter table mall_order_refund add type int null comment '1-仅退款不退货2-退款退货';
alter table mall_order_refund add before_status int null comment '订单退款前状态';
alter table mall_order_refund add refund_time datetime null comment '退款时间';