瀏覽代碼

添加老师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;
 }