Commit efb12d68 authored by zhangqingle's avatar zhangqingle

更改下载返回路径

parent 12c5fd2c
...@@ -31,7 +31,7 @@ public class ILessonCountDTO { ...@@ -31,7 +31,7 @@ public class ILessonCountDTO {
private String notStartCount; private String notStartCount;
@ApiModelProperty(value = "0 未开始 1签到中 2已结束") @ApiModelProperty(value = "0 未开始 1签到中(进行中) 2已结束")
private String trainType; private String trainType;
......
...@@ -61,7 +61,7 @@ public class StudentTrackingRspDTO { ...@@ -61,7 +61,7 @@ public class StudentTrackingRspDTO {
@Transient @Transient
private String trainIsSign; private String trainIsSign;
@ApiModelProperty(value = "0 未开始 1签到中 2已结束") @ApiModelProperty(value = "0 未开始 1签到中(进行中) 2已结束")
private String trainType; private String trainType;
......
...@@ -21,7 +21,7 @@ public class UserLessonDTO { ...@@ -21,7 +21,7 @@ public class UserLessonDTO {
@ApiModelProperty(value = "培训状态(0 待参加 1 缺勤 2 签到 )") @ApiModelProperty(value = "培训状态(0 待参加 1 缺勤 2 签到 )")
private String trainIsSign; private String trainIsSign;
@ApiModelProperty(value = "0 未开始 1签到中 2已结束") @ApiModelProperty(value = "0 未开始 1签到中(进行中) 2已结束")
private String trainType; private String trainType;
@ApiModelProperty(value = "指派时间排序(0降序 1升序)",required = false) @ApiModelProperty(value = "指派时间排序(0降序 1升序)",required = false)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment