package com.dingzhuo.energy.data.model.domain; public enum IndexType { /** * 采集指标 */ COLLECT, /** * 统计指标 */ STATISTIC }