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

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

订单表修改

parent ab1079c3
...@@ -56,6 +56,7 @@ create table stone_score_order ...@@ -56,6 +56,7 @@ create table stone_score_order
uid varchar(64) default '' comment '用户id', uid varchar(64) default '' comment '用户id',
user_name varchar(255) NOT NULL DEFAULT '' COMMENT '用户昵称', user_name varchar(255) NOT NULL DEFAULT '' COMMENT '用户昵称',
user_mobile varchar(255) NOT NULL DEFAULT '' COMMENT '用户手机号', user_mobile varchar(255) NOT NULL DEFAULT '' COMMENT '用户手机号',
item_id varchar(255) NOT NULL DEFAULT '' COMMENT '积分物品id',
target_title varchar(255) NOT NULL DEFAULT '' COMMENT '物品名称', target_title varchar(255) NOT NULL DEFAULT '' COMMENT '物品名称',
order_code varchar(255) NOT NULL DEFAULT '' COMMENT '订单号', order_code varchar(255) NOT NULL DEFAULT '' COMMENT '订单号',
number int(32) NOT NULL DEFAULT 0 COMMENT '数量', number int(32) NOT NULL DEFAULT 0 COMMENT '数量',
......
...@@ -45,6 +45,11 @@ public class StoneScoreOrder implements Serializable { ...@@ -45,6 +45,11 @@ public class StoneScoreOrder implements Serializable {
*/ */
private String userMobile; private String userMobile;
/**
* 物品id
*/
private String itemId;
/** /**
* 物品名称 * 物品名称
*/ */
......
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