南昌市物联网技防平台-后台
tangzy
2021-04-19 962f42e4bd9098e210138504759ba2bc7f69c702
1
2
3
4
5
6
7
8
9
package org.springblade.common.entity;
 
import lombok.Data;
 
@Data
public class ReportReturnData {
    private String type;
    private Integer count;
}