|
|
|
@ -7,6 +7,7 @@ import com.fasterxml.jackson.annotation.JsonInclude; |
|
|
|
|
* @createDate 2023/7/26 |
|
|
|
|
*/ |
|
|
|
|
@JsonInclude(JsonInclude.Include.NON_DEFAULT) |
|
|
|
|
|
|
|
|
|
public class AppletsAppointmentListVO { |
|
|
|
|
|
|
|
|
|
//预约时间段的id
|
|
|
|
@ -16,7 +17,7 @@ public class AppletsAppointmentListVO { |
|
|
|
|
private String endTime; |
|
|
|
|
//已预约数量
|
|
|
|
|
private int reservedQuantity; |
|
|
|
|
//可预约数量
|
|
|
|
|
//可预约数量(设置的预约总数)
|
|
|
|
|
private int reservableQuantity; |
|
|
|
|
|
|
|
|
|
public Long getAppointmentTimeInfoId() { |
|
|
|
|