|
|
@@ -122,4 +122,6 @@ public class ReservationSchool implements Serializable {
|
|
|
@EntityMapping(thisField = "id", joinField = "reservationSchooId")
|
|
|
private List<ReservationSchoolPeople> reservationSchoolPeopleList;
|
|
|
|
|
|
+ @ApiModelProperty("审批状态(0:未通过 1:通过)")
|
|
|
+ private Integer examStatus;
|
|
|
}
|