|
@@ -1,5 +1,7 @@
|
|
|
package com.ym.mec.biz.dal.dto;
|
|
|
|
|
|
+import io.swagger.annotations.ApiModelProperty;
|
|
|
+
|
|
|
public class ActivityUserDto {
|
|
|
|
|
|
private Integer userId;
|
|
@@ -12,6 +14,7 @@ public class ActivityUserDto {
|
|
|
|
|
|
private String subjectName;
|
|
|
|
|
|
+ @ApiModelProperty(value = "剩余可排课次数")
|
|
|
private String subCourseNum;
|
|
|
|
|
|
public String getSubjectId() {
|