Sfoglia il codice sorgente

学生处分查询调整

dzx 1 anno fa
parent
commit
43e630992a

+ 4 - 0
src/main/java/com/xjrsoft/module/student/vo/BaseStudentPunishmentInfoPageVo.java

@@ -94,4 +94,8 @@ public class BaseStudentPunishmentInfoPageVo {
     @ApiModelProperty("性别")
     private String gender;
 
+    @ApiModelProperty("处分类型id")
+    private Long punishmentTypeId;
+
+
 }