整车绑定
This commit is contained in:
parent
2dbb74c2e4
commit
bed9615b94
@ -35,14 +35,14 @@ public class EbikeBikeBindVo implements Serializable {
|
|||||||
/**
|
/**
|
||||||
* 电池ID
|
* 电池ID
|
||||||
*/
|
*/
|
||||||
@NotNull(message = "电池ID不能为空")
|
@NotNull(message = "电池编号不能为空")
|
||||||
private Long batteryId;
|
private Long batteryCode;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 中控ID
|
* 中控ID
|
||||||
*/
|
*/
|
||||||
@NotNull(message = "中控ID不能为空")
|
@NotNull(message = "中控编号不能为空")
|
||||||
private Long ecuId;
|
private Long ecuCode;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 头盔ID
|
* 头盔ID
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user