zwl
2026-03-20 a5e0d72c0a71f795e56690879a560ce715fa6313
1
2
3
4
5
6
7
8
package com.zy.common.model;
 
import lombok.Data;
 
@Data
public class MonitorParam {
    Integer[] stationIds;
}