mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
update 修改车牌、车架号
This commit is contained in:
@@ -12,6 +12,8 @@ import java.util.List;
|
||||
*/
|
||||
@Data
|
||||
public class BindingCarNoDTO {
|
||||
private String id;
|
||||
|
||||
private List<Integer> ids;
|
||||
|
||||
private String memberId;
|
||||
@@ -30,4 +32,9 @@ public class BindingCarNoDTO {
|
||||
* 车牌号
|
||||
*/
|
||||
private String carNo;
|
||||
|
||||
/**
|
||||
* vin码
|
||||
*/
|
||||
private String vinCode;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user