记得上下班打卡 | 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
41eaffd3
Commit
41eaffd3
authored
Jul 02, 2025
by
wangyifan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doudou二期需求-增加活动说明参数
parent
2bf210c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
SweetDouDouActiveVo.java
...a/com/liquidnet/service/sweet/vo/SweetDouDouActiveVo.java
+1
-0
db_20250626_doudouV2.sql
...ice/liquidnet-service-sweet/docu/db_20250626_doudouV2.sql
+1
-1
No files found.
liquidnet-bus-api/liquidnet-service-sweet-api/src/main/java/com/liquidnet/service/sweet/vo/SweetDouDouActiveVo.java
View file @
41eaffd3
...
@@ -59,6 +59,7 @@ public class SweetDouDouActiveVo implements Serializable, Cloneable {
...
@@ -59,6 +59,7 @@ public class SweetDouDouActiveVo implements Serializable, Cloneable {
this
.
cardImages
=
source
.
getCardImages
();
this
.
cardImages
=
source
.
getCardImages
();
this
.
detailImages
=
source
.
getDetailImages
();
this
.
detailImages
=
source
.
getDetailImages
();
this
.
targetUrl
=
source
.
getTargetUrl
();
this
.
targetUrl
=
source
.
getTargetUrl
();
this
.
details
=
source
.
getDetails
();
return
this
;
return
this
;
}
}
...
...
liquidnet-bus-service/liquidnet-service-sweet/docu/db_20250626_doudouV2.sql
View file @
41eaffd3
...
@@ -3,7 +3,7 @@ CREATE TABLE `sweet_doudou_active` (
...
@@ -3,7 +3,7 @@ CREATE TABLE `sweet_doudou_active` (
`mid`
bigint
(
20
)
unsigned
NOT
NULL
AUTO_INCREMENT
,
`mid`
bigint
(
20
)
unsigned
NOT
NULL
AUTO_INCREMENT
,
`active_id`
varchar
(
255
)
COLLATE
utf8mb4_unicode_ci
NOT
NULL
DEFAULT
''
COMMENT
'active_id'
,
`active_id`
varchar
(
255
)
COLLATE
utf8mb4_unicode_ci
NOT
NULL
DEFAULT
''
COMMENT
'active_id'
,
`title`
varchar
(
255
)
COLLATE
utf8mb4_unicode_ci
NOT
NULL
COMMENT
'标题'
,
`title`
varchar
(
255
)
COLLATE
utf8mb4_unicode_ci
NOT
NULL
COMMENT
'标题'
,
`details`
varchar
(
1000
)
COLLATE
utf8mb4_unicode_ci
NOT
NULL
COMMENT
'活动详情/兑换说明'
,
`details`
varchar
(
1000
)
COLLATE
utf8mb4_unicode_ci
default
''
COMMENT
'活动详情/兑换说明'
,
`card_images`
varchar
(
255
)
CHARACTER
SET
utf8mb4
COLLATE
utf8mb4_unicode_ci
NOT
NULL
COMMENT
'卡片背景图'
,
`card_images`
varchar
(
255
)
CHARACTER
SET
utf8mb4
COLLATE
utf8mb4_unicode_ci
NOT
NULL
COMMENT
'卡片背景图'
,
`detail_images`
varchar
(
255
)
COLLATE
utf8mb4_unicode_ci
NOT
NULL
COMMENT
'活动详情背景图'
,
`detail_images`
varchar
(
255
)
COLLATE
utf8mb4_unicode_ci
NOT
NULL
COMMENT
'活动详情背景图'
,
`target_url`
varchar
(
255
)
COLLATE
utf8mb4_unicode_ci
NOT
NULL
COMMENT
'活动详情URL'
,
`target_url`
varchar
(
255
)
COLLATE
utf8mb4_unicode_ci
NOT
NULL
COMMENT
'活动详情URL'
,
...
...
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