ZhuDongming
2020-04-17 32a9814316c4292750a8e432e8a7e04ae2bef1c9
1
2
3
4
5
6
7
8
9
10
package com.moral.entity.charts;
 
import lombok.Data;
 
@Data
public class DataSortCondition {
    Integer code;// 地区code
    SortStyle style;// 范围类型
    String sensor;
}