This commit is contained in:
parent
fedea5e3cc
commit
fb73d30588
|
@ -4,7 +4,6 @@ import lombok.Data;
|
|||
|
||||
import java.io.Serial;
|
||||
import java.io.Serializable;
|
||||
import java.util.Date;
|
||||
|
||||
/**
|
||||
* <p>TODO<p>
|
||||
|
@ -21,7 +20,7 @@ public class ReservationDateVo implements Serializable {
|
|||
|
||||
private Long dayId;
|
||||
|
||||
private Date dayTime;
|
||||
private String dayTime;
|
||||
|
||||
private Integer notUseNum;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue