车辆详情新增车辆运营区
This commit is contained in:
parent
a0bec22567
commit
6ebde6d14a
@ -12,6 +12,7 @@ import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
import org.postgresql.geometric.PGpolygon;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigDecimal;
|
||||
|
||||
/**
|
||||
@ -24,7 +25,7 @@ import java.math.BigDecimal;
|
||||
@Builder
|
||||
@AllArgsConstructor
|
||||
@NoArgsConstructor
|
||||
public class EbikeBikeInfoVo {
|
||||
public class EbikeBikeInfoVo implements Serializable {
|
||||
|
||||
/**
|
||||
* 运营商ID
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user