From f4a0f2acc63d7785eab108419a4e16f5f688cb95 Mon Sep 17 00:00:00 2001 From: yujian <yujian@163.com> Date: 星期六, 18 一月 2020 12:06:27 +0800 Subject: [PATCH] 用户注册信息 --- fanli/src/main/java/com/yeshi/fanli/entity/bus/user/HongBaoV2.java | 27 +++++++++++++++++++-------- 1 files changed, 19 insertions(+), 8 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/HongBaoV2.java b/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/HongBaoV2.java index 0cc4c9a..7f82dc8 100644 --- a/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/HongBaoV2.java +++ b/fanli/src/main/java/com/yeshi/fanli/entity/bus/user/HongBaoV2.java @@ -25,27 +25,26 @@ public final static int STATE_KELINGQU = 2; public final static int STATE_YILINGQU = 3; public final static int STATE_SHIXIAO = 4; - + // 5-閮ㄥ垎澶辨晥(杩斿洖瀹㈡埛绔樉绀虹敤锛屼笉鐢ㄤ綔閫昏緫澶勭悊) public final static int STATE_BUFENSHIXIAO = 5; - // 鑷喘绾㈠寘 鑰佺増 2灞炰簬鑷喘 + // 鑷喘绾㈠寘 鑰佺増 2灞炰簬鑷喘 public final static int TYPE_ZIGOU = 1; // 娲诲姩绾㈠寘 public final static int TYPE_HUODONG = 3; // 鏂颁汉绾㈠寘 public final static int TYPE_XINREN = 4; - + // 浣跨敤鍒哥孩鍖� public final static int TYPE_COUPON = 10; - public final static int TYPE_YAOQING = 5; // 涓�绾у垎閿�绾㈠寘 public final static int TYPE_YIJI = 6; // 浜岀骇鍒嗛攢绾㈠寘 public final static int TYPE_ERJI = 7; - + // 鍒嗕韩鍟嗗搧寰楁潵鐨勭孩鍖� public final static int TYPE_SHARE_GOODS = 20; // 涓�绾у垎浜禋鍒嗛攢绾㈠寘 @@ -55,9 +54,9 @@ // 閲戝竵鍏戞崲绾㈠寘 public final static int TYPE_EXCHANGE = 30; - - //楗夸簡涔堢孩鍖� - public final static int TYPE_ELME=25; + + // 楗夸簡涔堢孩鍖� + public final static int TYPE_ELME = 25; @Column(name = "hb_id") private Long id; @@ -109,6 +108,10 @@ // 鏇存柊鏃堕棿 @Column(name = "cog_update_time") private Date updateTime; + + // 璁㈠崟绫诲瀷 + @Column(name = "cog_order_type") + private Integer orderType; public HongBaoV2() { @@ -221,4 +224,12 @@ public void setUpdateTime(Date updateTime) { this.updateTime = updateTime; } + + public Integer getOrderType() { + return orderType; + } + + public void setOrderType(Integer orderType) { + this.orderType = orderType; + } } -- Gitblit v1.8.0