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