Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in
Toggle navigation
T
tanpu-community
Project
Project
Details
Activity
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
探普后端
tanpu-community
Commits
a01256f6
Commit
a01256f6
authored
Jul 08, 2021
by
刘基明
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
swagger注释
parent
4bbf71f0
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
7 deletions
+5
-7
MainTextQo.java
...ain/java/com/tanpu/community/api/beans/qo/MainTextQo.java
+2
-2
ThemeQo.java
...c/main/java/com/tanpu/community/api/beans/qo/ThemeQo.java
+1
-3
TopicDetailQo.java
.../java/com/tanpu/community/api/beans/qo/TopicDetailQo.java
+2
-2
No files found.
community-api/src/main/java/com/tanpu/community/api/beans/qo/MainTextQo.java
View file @
a01256f6
...
@@ -18,8 +18,8 @@ public class MainTextQo {
...
@@ -18,8 +18,8 @@ public class MainTextQo {
private
static
final
long
serialVersionUID
=
1L
;
private
static
final
long
serialVersionUID
=
1L
;
@ApiModelProperty
(
value
=
"id"
)
@ApiModelProperty
(
value
=
"
主题
id"
)
private
String
i
d
;
private
String
themeI
d
;
@ApiModelProperty
(
value
=
"标题"
)
@ApiModelProperty
(
value
=
"标题"
)
private
String
title
;
private
String
title
;
...
...
community-api/src/main/java/com/tanpu/community/api/beans/qo/ThemeQo.java
View file @
a01256f6
...
@@ -12,10 +12,8 @@ public class ThemeQo {
...
@@ -12,10 +12,8 @@ public class ThemeQo {
private
static
final
long
serialVersionUID
=
1L
;
private
static
final
long
serialVersionUID
=
1L
;
@ApiModelProperty
(
value
=
"id"
)
private
Integer
id
;
@ApiModelProperty
(
value
=
"
UU
ID"
)
@ApiModelProperty
(
value
=
"
主题
ID"
)
private
String
themeId
;
private
String
themeId
;
@ApiModelProperty
(
value
=
"标题"
)
@ApiModelProperty
(
value
=
"标题"
)
...
...
community-api/src/main/java/com/tanpu/community/api/beans/qo/TopicDetailQo.java
View file @
a01256f6
...
@@ -8,8 +8,8 @@ import lombok.Data;
...
@@ -8,8 +8,8 @@ import lombok.Data;
@ApiModel
(
"话题详情对象"
)
@ApiModel
(
"话题详情对象"
)
public
class
TopicDetailQo
{
public
class
TopicDetailQo
{
@ApiModelProperty
(
value
=
"
id
"
)
@ApiModelProperty
(
value
=
"
话题ID
"
)
private
String
i
d
;
private
String
topicI
d
;
@ApiModelProperty
(
value
=
"话题名称"
)
@ApiModelProperty
(
value
=
"话题名称"
)
private
String
topicTitle
;
private
String
topicTitle
;
...
...
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