package com.dsh.course.model.vo; import lombok.Data; @Data public class CarServiceReq { private Integer orderType; private Integer carId; }