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