Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-cloud-analysis
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
com.pica.cloud.online.exam
pica-cloud-analysis
提交
3231134e
提交
3231134e
编写于
9月 06, 2018
作者:
minghao.wu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
feature: 新增字段显示题目是否已发布
上级
c492c0fa
变更
3
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
21 行增加
和
1 行删除
+21
-1
pom.xml
common/pom.xml
+1
-1
ExamTitleReplyDetailDto.java
...ine/exam/analysis.common/dto/ExamTitleReplyDetailDto.java
+10
-0
ExamTitleReplyDto.java
...ud/online/exam/analysis.common/dto/ExamTitleReplyDto.java
+10
-0
未找到文件。
common/pom.xml
浏览文件 @
3231134e
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<groupId>
com.pica.cloud.online.exam
</groupId>
<groupId>
com.pica.cloud.online.exam
</groupId>
<artifactId>
pica-cloud-analysis-common
</artifactId>
<artifactId>
pica-cloud-analysis-common
</artifactId>
<name>
pica-cloud-analysis-common
</name>
<name>
pica-cloud-analysis-common
</name>
<version>
1.0.
8
</version>
<version>
1.0.
9
</version>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
<properties>
<properties>
...
...
common/src/main/java/com/pica/cloud/online/exam/analysis.common/dto/ExamTitleReplyDetailDto.java
浏览文件 @
3231134e
...
@@ -10,6 +10,8 @@ public class ExamTitleReplyDetailDto {
...
@@ -10,6 +10,8 @@ public class ExamTitleReplyDetailDto {
private
Integer
roundId
;
private
Integer
roundId
;
private
Integer
published
;
private
ExamTitleDto
examTitle
;
private
ExamTitleDto
examTitle
;
private
ReplyDto
reply
;
private
ReplyDto
reply
;
...
@@ -40,6 +42,14 @@ public class ExamTitleReplyDetailDto {
...
@@ -40,6 +42,14 @@ public class ExamTitleReplyDetailDto {
this
.
roundId
=
roundId
;
this
.
roundId
=
roundId
;
}
}
public
Integer
getPublished
()
{
return
published
;
}
public
void
setPublished
(
Integer
published
)
{
this
.
published
=
published
;
}
public
ExamTitleDto
getExamTitle
()
{
public
ExamTitleDto
getExamTitle
()
{
return
examTitle
;
return
examTitle
;
}
}
...
...
common/src/main/java/com/pica/cloud/online/exam/analysis.common/dto/ExamTitleReplyDto.java
浏览文件 @
3231134e
...
@@ -12,6 +12,8 @@ public class ExamTitleReplyDto {
...
@@ -12,6 +12,8 @@ public class ExamTitleReplyDto {
private
Integer
roundId
;
private
Integer
roundId
;
private
Integer
published
;
private
ExamTitleDto
examTitle
;
private
ExamTitleDto
examTitle
;
private
List
<
ReplyDto
>
replyList
;
private
List
<
ReplyDto
>
replyList
;
...
@@ -42,6 +44,14 @@ public class ExamTitleReplyDto {
...
@@ -42,6 +44,14 @@ public class ExamTitleReplyDto {
this
.
roundId
=
roundId
;
this
.
roundId
=
roundId
;
}
}
public
Integer
getPublished
()
{
return
published
;
}
public
void
setPublished
(
Integer
published
)
{
this
.
published
=
published
;
}
public
ExamTitleDto
getExamTitle
()
{
public
ExamTitleDto
getExamTitle
()
{
return
examTitle
;
return
examTitle
;
}
}
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录