记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董敬伟
liquidnet-bus-v1
Commits
a72599dd
Commit
a72599dd
authored
Aug 19, 2021
by
张国柄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+++
parent
276ee79e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
member_voucher_refund.sql
docu/member_voucher_refund.sql
+2
-2
CandyCouponCode.java
...a/com/liquidnet/service/candy/entity/CandyCouponCode.java
+1
-1
db_ln_candy_initialdata.sql
...idnet-service-candy-impl/docu/db_ln_candy_initialdata.sql
+1
-1
No files found.
docu/member_voucher_refund.sql
View file @
a72599dd
...
@@ -35,7 +35,7 @@ create table candy_mgt_coupon
...
@@ -35,7 +35,7 @@ create table candy_mgt_coupon
coupon_id
varchar
(
64
)
not
null
comment
'~candy_coupon.coupon_id'
,
coupon_id
varchar
(
64
)
not
null
comment
'~candy_coupon.coupon_id'
,
state
tinyint
comment
'发放状态[0-未发放|1-已发放|2-无效|9-发放中]'
,
state
tinyint
comment
'发放状态[0-未发放|1-已发放|2-无效|9-发放中]'
,
#
bind_type
smallint
comment
'领取方式[0-用户输入兑换|1-发放至用户]'
,
#
bind_type
smallint
comment
'领取方式[0-用户输入兑换|1-发放至用户]'
,
event_amt
int
comment
'发放量'
,
event_amt
int
comment
'发放量'
,
event_type
tinyint
comment
'发放类型[10-全体用户|1-会员|2-手机号]'
,
event_type
tinyint
comment
'发放类型[10-全体用户|1-会员|2-手机号]'
,
event_limit
text
comment
'`发放类型`为2-手机号时发放手机号以,分隔'
,
event_limit
text
comment
'`发放类型`为2-手机号时发放手机号以,分隔'
,
...
@@ -115,7 +115,7 @@ create table candy_coupon_code
...
@@ -115,7 +115,7 @@ create table candy_coupon_code
coupon_id
varchar
(
64
)
not
null
comment
'~candy_coupon.coupon_id'
,
coupon_id
varchar
(
64
)
not
null
comment
'~candy_coupon.coupon_id'
,
state
tinyint
comment
'状态[0-未使用|1-已使用|2-失效|3-退回]'
,
state
tinyint
comment
'状态[0-未使用|1-已使用|2-失效|3-退回]'
,
used
_uid
varchar
(
64
)
comment
'兑换用户UID'
,
redeem
_uid
varchar
(
64
)
comment
'兑换用户UID'
,
created_at
datetime
(
3
)
not
null
,
created_at
datetime
(
3
)
not
null
,
updated_at
datetime
(
3
),
updated_at
datetime
(
3
),
...
...
liquidnet-bus-do/liquidnet-service-candy-do/src/main/java/com/liquidnet/service/candy/entity/CandyCouponCode.java
View file @
a72599dd
...
@@ -42,7 +42,7 @@ public class CandyCouponCode implements Serializable {
...
@@ -42,7 +42,7 @@ public class CandyCouponCode implements Serializable {
/**
/**
* 兑换用户UID
* 兑换用户UID
*/
*/
private
String
used
Uid
;
private
String
redeem
Uid
;
private
LocalDateTime
createdAt
;
private
LocalDateTime
createdAt
;
...
...
liquidnet-bus-service/liquidnet-service-candy/liquidnet-service-candy-impl/docu/db_ln_candy_initialdata.sql
View file @
a72599dd
...
@@ -90,7 +90,7 @@ create table candy_coupon_code
...
@@ -90,7 +90,7 @@ create table candy_coupon_code
coupon_id
varchar
(
64
)
not
null
comment
'~candy_coupon.coupon_id'
,
coupon_id
varchar
(
64
)
not
null
comment
'~candy_coupon.coupon_id'
,
state
tinyint
comment
'状态[0-未使用|1-已使用|2-失效|3-退回]'
,
state
tinyint
comment
'状态[0-未使用|1-已使用|2-失效|3-退回]'
,
used
_uid
varchar
(
64
)
comment
'兑换用户UID'
,
redeem
_uid
varchar
(
64
)
comment
'兑换用户UID'
,
created_at
datetime
(
3
)
not
null
,
created_at
datetime
(
3
)
not
null
,
updated_at
datetime
(
3
),
updated_at
datetime
(
3
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment