记得上下班打卡 | 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
7043e74a
Commit
7043e74a
authored
Jun 09, 2026
by
stonepy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
枚举添加
parent
9e0f2734
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
SweetManualPosition.java
...liquidnet/service/sweet/constant/SweetManualPosition.java
+3
-0
SweetManualSortController.java
...t/service/sweet/controller/SweetManualSortController.java
+1
-1
No files found.
liquidnet-bus-api/liquidnet-service-sweet-api/src/main/java/com/liquidnet/service/sweet/constant/SweetManualPosition.java
View file @
7043e74a
...
@@ -13,10 +13,13 @@ import java.util.stream.Collectors;
...
@@ -13,10 +13,13 @@ import java.util.stream.Collectors;
public
enum
SweetManualPosition
{
public
enum
SweetManualPosition
{
ARTIST
(
"artist"
,
"艺人"
),
ARTIST
(
"artist"
,
"艺人"
),
SIGNING_TIME
(
"signingTime"
,
"签售时间"
),
SITE_MAP
(
"siteMap"
,
"现场地图"
),
SITE_MAP
(
"siteMap"
,
"现场地图"
),
HOW_TO_REACH
(
"howToReach"
,
"交通出行"
),
HOW_TO_REACH
(
"howToReach"
,
"交通出行"
),
OFFICIAL_SUPPORT
(
"officialSupport"
,
"官方支持"
),
OFFICIAL_SUPPORT
(
"officialSupport"
,
"官方支持"
),
AUDIENCE_NOTICE
(
"audienceNotice"
,
"观众须知"
),
AUDIENCE_NOTICE
(
"audienceNotice"
,
"观众须知"
),
PREVENTION_GUIDELINES
(
"preventionGuidelines"
,
"防疫指南"
),
NOTICE
(
"notice"
,
"通知公告"
),
STRATEGY
(
"strategy"
,
"观演攻略"
),
STRATEGY
(
"strategy"
,
"观演攻略"
),
CUSTOMER_SERVICE
(
"customerService"
,
"客服"
),
CUSTOMER_SERVICE
(
"customerService"
,
"客服"
),
FOOD_GUIDE
(
"foodGuide"
,
"餐饮攻略"
),
FOOD_GUIDE
(
"foodGuide"
,
"餐饮攻略"
),
...
...
liquidnet-bus-service/liquidnet-service-sweet/src/main/java/com/liquidnet/service/sweet/controller/SweetManualSortController.java
View file @
7043e74a
...
@@ -36,7 +36,7 @@ public class SweetManualSortController {
...
@@ -36,7 +36,7 @@ public class SweetManualSortController {
@ApiImplicitParams
({
@ApiImplicitParams
({
@ApiImplicitParam
(
type
=
"query"
,
dataType
=
"String"
,
name
=
"manualId"
,
value
=
"电子手册id"
,
required
=
true
),
@ApiImplicitParam
(
type
=
"query"
,
dataType
=
"String"
,
name
=
"manualId"
,
value
=
"电子手册id"
,
required
=
true
),
@ApiImplicitParam
(
type
=
"query"
,
dataType
=
"String"
,
name
=
"content"
,
@ApiImplicitParam
(
type
=
"query"
,
dataType
=
"String"
,
name
=
"content"
,
value
=
"模块标识,逗号分隔。可选: artist,si
teMap,howToReach,officialSupport,audienceN
otice,strategy,customerService,foodGuide,album,lostFound,mapGeojson"
,
value
=
"模块标识,逗号分隔。可选: artist,si
gningTime,siteMap,howToReach,officialSupport,audienceNotice,preventionGuidelines,n
otice,strategy,customerService,foodGuide,album,lostFound,mapGeojson"
,
required
=
true
)
required
=
true
)
})
})
public
ResponseDto
<
Boolean
>
save
(
@RequestParam
String
manualId
,
public
ResponseDto
<
Boolean
>
save
(
@RequestParam
String
manualId
,
...
...
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