package com.zy.common.model; import lombok.Data; @Data public class MonitorParam { Integer[] stationIds; }