userDriver类中添加车辆主体

This commit is contained in:
赵辉
2025-12-16 17:02:34 +08:00
parent 21157b70ed
commit c78b9c325c
4 changed files with 12 additions and 0 deletions
@@ -311,4 +311,7 @@ public class UserDriverDTO extends UserDTO {
@ApiModelProperty(name = "用户身份")
private Integer userIdentity;
@ApiModelProperty(name = "车辆主体")
private String vehicleBody;
}