userDriver类中添加车辆主体
This commit is contained in:
@@ -311,4 +311,7 @@ public class UserDriverDTO extends UserDTO {
|
||||
|
||||
@ApiModelProperty(name = "用户身份")
|
||||
private Integer userIdentity;
|
||||
|
||||
@ApiModelProperty(name = "车辆主体")
|
||||
private String vehicleBody;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user