沈斌
2018-05-04 7234d03b3c51794c99c6bee8a617f9927898bd3f
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.moral.entity.charts;
 
import lombok.Data;
 
import java.util.Date;
 
@Data
public class DataCondition {
      private TimeUnits timeUnits;//单位
      private Integer actualTime;//实际时间
      private AreaRange areaRange;//区域范围
      private Integer areaRangeId;//区域范围的ID
}