File was renamed from zq-erp/src/main/java/com/matrix/system/hiveErp/Vo/StatisticsParamVo.java |
| | |
| | | package com.matrix.system.hiveErp.Vo; |
| | | package com.matrix.system.hiveErp.analysUtil; |
| | | |
| | | /** |
| | | * 统计查询条件 |
| | | * @author jyy |
| | | */ |
| | | public class StatisticsParamVo { |
| | | |
| | | //开始时间 |
| | | /** |
| | | * 开始时间 |
| | | */ |
| | | private String beginTime; |
| | | //结束时间 |
| | | |
| | | /** |
| | | *结束时间 |
| | | */ |
| | | private String endTime; |
| | | //统计单位 |
| | | /** |
| | | *统计单位 |
| | | */ |
| | | private String statisticsUnit; |
| | | //对比单位 |
| | | |
| | | /** |
| | | *对比单位 |
| | | */ |
| | | private String contrastUnit; |
| | | //门店 |
| | | /** |
| | | * 门店id |
| | | */ |
| | | private String shopId; |
| | | |
| | | public String getBeginTime() { |