记得上下班打卡 | 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
14e38141
Commit
14e38141
authored
Aug 11, 2022
by
胡佳晨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加草莓500里的文件
parent
7f34a48c
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
14 additions
and
14 deletions
+14
-14
SweetAppletFiveController.java
...vice/sweet/controller/five/SweetAppletFiveController.java
+2
-2
SweetManualArtistsFiveController.java
...eet/controller/five/SweetManualArtistsFiveController.java
+2
-2
SweetManualFiveController.java
...vice/sweet/controller/five/SweetManualFiveController.java
+2
-2
SweetManualNotifyFiveController.java
...weet/controller/five/SweetManualNotifyFiveController.java
+2
-2
SweetManualShopFiveController.java
.../sweet/controller/five/SweetManualShopFiveController.java
+2
-2
SweetManualSortFiveController.java
.../sweet/controller/five/SweetManualSortFiveController.java
+2
-2
SweetRichtextFiveController.java
...ce/sweet/controller/five/SweetRichtextFiveController.java
+2
-2
No files found.
liquidnet-bus-service/liquidnet-service-sweet/src/main/java/com/liquidnet/service/sweet/controller/five/SweetAppletFiveController.java
View file @
14e38141
...
@@ -21,9 +21,9 @@ import java.util.HashMap;
...
@@ -21,9 +21,9 @@ import java.util.HashMap;
import
java.util.List
;
import
java.util.List
;
import
java.util.Map
;
import
java.util.Map
;
@Api
(
tags
=
"小程序_
MDSK
"
)
@Api
(
tags
=
"小程序_
five
"
)
@RestController
@RestController
@RequestMapping
(
"/
mdsk
/sweet-applet"
)
@RequestMapping
(
"/
five
/sweet-applet"
)
public
class
SweetAppletFiveController
{
public
class
SweetAppletFiveController
{
@Autowired
@Autowired
...
...
liquidnet-bus-service/liquidnet-service-sweet/src/main/java/com/liquidnet/service/sweet/controller/five/SweetManualArtistsFiveController.java
View file @
14e38141
...
@@ -20,9 +20,9 @@ import org.springframework.web.bind.annotation.*;
...
@@ -20,9 +20,9 @@ import org.springframework.web.bind.annotation.*;
* @author liquidnet
* @author liquidnet
* @since 2021-08-09
* @since 2021-08-09
*/
*/
@Api
(
tags
=
"电子手册艺人_
F
ive"
)
@Api
(
tags
=
"电子手册艺人_
f
ive"
)
@RestController
@RestController
@RequestMapping
(
"/
F
ive/sweet-manual-artists"
)
@RequestMapping
(
"/
f
ive/sweet-manual-artists"
)
public
class
SweetManualArtistsFiveController
{
public
class
SweetManualArtistsFiveController
{
@Autowired
@Autowired
...
...
liquidnet-bus-service/liquidnet-service-sweet/src/main/java/com/liquidnet/service/sweet/controller/five/SweetManualFiveController.java
View file @
14e38141
...
@@ -20,9 +20,9 @@ import org.springframework.web.bind.annotation.*;
...
@@ -20,9 +20,9 @@ import org.springframework.web.bind.annotation.*;
* @author liquidnet
* @author liquidnet
* @since 2021-08-09
* @since 2021-08-09
*/
*/
@Api
(
tags
=
"电子手册_
F
ive"
)
@Api
(
tags
=
"电子手册_
f
ive"
)
@RestController
@RestController
@RequestMapping
(
"/
F
ive/sweet-manual"
)
@RequestMapping
(
"/
f
ive/sweet-manual"
)
public
class
SweetManualFiveController
{
public
class
SweetManualFiveController
{
@Autowired
@Autowired
private
ISweetManualFiveService
sweetManualFiveService
;
private
ISweetManualFiveService
sweetManualFiveService
;
...
...
liquidnet-bus-service/liquidnet-service-sweet/src/main/java/com/liquidnet/service/sweet/controller/five/SweetManualNotifyFiveController.java
View file @
14e38141
...
@@ -20,9 +20,9 @@ import org.springframework.web.bind.annotation.*;
...
@@ -20,9 +20,9 @@ import org.springframework.web.bind.annotation.*;
* @author liquidnet
* @author liquidnet
* @since 2021-08-09
* @since 2021-08-09
*/
*/
@Api
(
tags
=
"电子手册通知_
F
ive"
)
@Api
(
tags
=
"电子手册通知_
f
ive"
)
@RestController
@RestController
@RequestMapping
(
"/
F
ive/sweet-manual-notify"
)
@RequestMapping
(
"/
f
ive/sweet-manual-notify"
)
public
class
SweetManualNotifyFiveController
{
public
class
SweetManualNotifyFiveController
{
@Autowired
@Autowired
...
...
liquidnet-bus-service/liquidnet-service-sweet/src/main/java/com/liquidnet/service/sweet/controller/five/SweetManualShopFiveController.java
View file @
14e38141
...
@@ -21,9 +21,9 @@ import java.util.List;
...
@@ -21,9 +21,9 @@ import java.util.List;
* @author liquidnet
* @author liquidnet
* @since 2021-08-09
* @since 2021-08-09
*/
*/
@Api
(
tags
=
"电子手册吃喝玩乐_
F
ive"
)
@Api
(
tags
=
"电子手册吃喝玩乐_
f
ive"
)
@RestController
@RestController
@RequestMapping
(
"/
F
ive/sweet-manual-shop"
)
@RequestMapping
(
"/
f
ive/sweet-manual-shop"
)
public
class
SweetManualShopFiveController
{
public
class
SweetManualShopFiveController
{
@Autowired
@Autowired
...
...
liquidnet-bus-service/liquidnet-service-sweet/src/main/java/com/liquidnet/service/sweet/controller/five/SweetManualSortFiveController.java
View file @
14e38141
...
@@ -19,9 +19,9 @@ import org.springframework.web.bind.annotation.*;
...
@@ -19,9 +19,9 @@ import org.springframework.web.bind.annotation.*;
* @author liquidnet
* @author liquidnet
* @since 2021-08-09
* @since 2021-08-09
*/
*/
@Api
(
tags
=
"电子手册显示tag_
F
ive"
)
@Api
(
tags
=
"电子手册显示tag_
f
ive"
)
@RestController
@RestController
@RequestMapping
(
"/
F
ive/sweet-manual-sort"
)
@RequestMapping
(
"/
f
ive/sweet-manual-sort"
)
public
class
SweetManualSortFiveController
{
public
class
SweetManualSortFiveController
{
@Autowired
@Autowired
...
...
liquidnet-bus-service/liquidnet-service-sweet/src/main/java/com/liquidnet/service/sweet/controller/five/SweetRichtextFiveController.java
View file @
14e38141
...
@@ -19,9 +19,9 @@ import org.springframework.web.bind.annotation.*;
...
@@ -19,9 +19,9 @@ import org.springframework.web.bind.annotation.*;
* @author liquidnet
* @author liquidnet
* @since 2021-08-09
* @since 2021-08-09
*/
*/
@Api
(
tags
=
"电子手册 富文本_
F
ive"
)
@Api
(
tags
=
"电子手册 富文本_
f
ive"
)
@RestController
@RestController
@RequestMapping
(
"/
F
ive/sweet-richtext"
)
@RequestMapping
(
"/
f
ive/sweet-richtext"
)
public
class
SweetRichtextFiveController
{
public
class
SweetRichtextFiveController
{
@Autowired
@Autowired
...
...
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