|
@@ -8,7 +8,7 @@ import java.util.List;
|
|
public class CancelMonitoringDTO {
|
|
public class CancelMonitoringDTO {
|
|
|
|
|
|
//监控ids
|
|
//监控ids
|
|
- private List<Integer> ids;
|
|
|
|
|
|
+ private List<Integer> productIds;
|
|
|
|
|
|
//是否取消关注
|
|
//是否取消关注
|
|
private Boolean ifCancelConcern;
|
|
private Boolean ifCancelConcern;
|