Commit efb12d68 authored by zhangqingle's avatar zhangqingle

更改下载返回路径

parent 12c5fd2c
......@@ -31,7 +31,7 @@ public class ILessonCountDTO {
private String notStartCount;
@ApiModelProperty(value = "0 未开始 1签到中 2已结束")
@ApiModelProperty(value = "0 未开始 1签到中(进行中) 2已结束")
private String trainType;
......
......@@ -61,7 +61,7 @@ public class StudentTrackingRspDTO {
@Transient
private String trainIsSign;
@ApiModelProperty(value = "0 未开始 1签到中 2已结束")
@ApiModelProperty(value = "0 未开始 1签到中(进行中) 2已结束")
private String trainType;
......
......@@ -21,7 +21,7 @@ public class UserLessonDTO {
@ApiModelProperty(value = "培训状态(0 待参加 1 缺勤 2 签到 )")
private String trainIsSign;
@ApiModelProperty(value = "0 未开始 1签到中 2已结束")
@ApiModelProperty(value = "0 未开始 1签到中(进行中) 2已结束")
private String trainType;
@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