整车绑定

This commit is contained in:
attiya 2025-10-21 09:53:39 +08:00
parent 2dbb74c2e4
commit bed9615b94

View File

@ -35,14 +35,14 @@ public class EbikeBikeBindVo implements Serializable {
/**
* 电池ID
*/
@NotNull(message = "电池ID不能为空")
private Long batteryId;
@NotNull(message = "电池编号不能为空")
private Long batteryCode;
/**
* 中控ID
*/
@NotNull(message = "中控ID不能为空")
private Long ecuId;
@NotNull(message = "中控编号不能为空")
private Long ecuCode;
/**
* 头盔ID