package com.ruoyi.sy.param; import lombok.Data; @Data public class RtuTypeParam { private String carId; private Integer type; }