mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-08-16 19:17:33 +08:00
update 优化查询预约信息
This commit is contained in:
@@ -4,10 +4,14 @@ import lombok.Builder;
|
||||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
@Getter
|
||||
@Setter
|
||||
@Builder
|
||||
public class PileReservationInfoVO {
|
||||
public class PileReservationInfoVO implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private String reservedId;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user