zhitan-cloud
2024-12-05 7a92344d9e5d649dfc8763de7003012729fb5a18
1
2
3
4
5
package com.dingzhuo.energy.dataservice.domain;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}