소스 검색

添加老师id

肖玮 5 년 전
부모
커밋
2939fd86c1
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      mec-education/src/main/java/com/ym/mec/education/req/StudentReq.java

+ 4 - 1
mec-education/src/main/java/com/ym/mec/education/req/StudentReq.java

@@ -19,5 +19,8 @@ public class StudentReq extends BaseQuery {
     private String studentName;
 
     @ApiModelProperty(value = "学员编号")
-    private String studentId;
+    private Integer studentId;
+
+    @ApiModelProperty(value = "老师编号")
+    private Integer teacherId;
 }