Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
new-nms
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
new-nms
Commits
6152b9f2
Commit
6152b9f2
authored
Sep 10, 2021
by
YazhouChen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新闻表 增加描述字段
parent
9bbd0a67
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
News.java
hongxinhui/src/main/java/com/hongxinhui/entity/News.java
+3
-0
No files found.
hongxinhui/src/main/java/com/hongxinhui/entity/News.java
View file @
6152b9f2
...
...
@@ -38,6 +38,9 @@ public class News extends BaseEntity {
@ApiModelProperty
(
"新闻标题"
)
private
String
title
;
@ApiModelProperty
(
"描述"
)
private
String
describestr
;
@ApiModelProperty
(
"新闻的logo,传附件ID"
)
private
String
logopic
;
...
...
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