#
zwl
3 天以前 ee6059897450c8399a44004a1e9724159111b94d
1
2
3
4
5
6
7
8
package com.zy.common.model;
 
import lombok.Data;
 
@Data
public class MonitorParam {
    Integer[] stationIds;
}