Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-evaluate
Overview
Overview
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
base_platform_enterprise
gic-evaluate
Commits
6b1083a4
Commit
6b1083a4
authored
Sep 09, 2020
by
zhiwj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码规范
parent
4943bfbe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
19 deletions
+12
-19
ProblemDTO.java
...te-api/src/main/java/com/gic/evaluate/dto/ProblemDTO.java
+12
-4
ProblemImgDTO.java
...api/src/main/java/com/gic/evaluate/dto/ProblemImgDTO.java
+0
-15
No files found.
gic-evaluate-api/src/main/java/com/gic/evaluate/dto/ProblemDTO.java
View file @
6b1083a4
...
@@ -113,14 +113,22 @@ public class ProblemDTO implements Serializable {
...
@@ -113,14 +113,22 @@ public class ProblemDTO implements Serializable {
*/
*/
private
Date
updateTime
;
private
Date
updateTime
;
// 管理员第一次回复内容
/**
* 管理员第一次回复内容
*/
private
String
replyContent
;
private
String
replyContent
;
// 回复数量
/**
* 回复数量
*/
private
Integer
problemCount
;
private
Integer
problemCount
;
// 图片
/**
* 图片
*/
private
List
<
String
>
imgList
;
private
List
<
String
>
imgList
;
// 回复列表
/**
* 回复列表
*/
private
List
<
ProblemReplyDTO
>
replyList
;
private
List
<
ProblemReplyDTO
>
replyList
;
private
String
replyUserContent
;
private
String
replyUserContent
;
...
...
gic-evaluate-api/src/main/java/com/gic/evaluate/dto/ProblemImgDTO.java
deleted
100644 → 0
View file @
4943bfbe
package
com
.
gic
.
evaluate
.
dto
;
import
java.io.Serializable
;
/**
* @author zhiwj
* @Description:
* @date 2020-01-02 10:48
*/
public
class
ProblemImgDTO
implements
Serializable
{
private
static
final
long
serialVersionUID
=
8641519372108017377L
;
}
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