fengxiang
2018-06-25 9742e7a70ac6e74d114e68ce1bc8f46670b55453
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;
}