package com.dingzhuo.energy.dataservice.domain; /** * @author 智碳未来 * * 获取实时数据方式. */ public enum RetrievalModes { Full, BestFit }