package com.zy.core.model.param; import lombok.Data; @Data public class DeleteDeviceParam { private Integer deviceNo; private String deviceType; }