zhitan-cloud
2025-02-08 bb46c08026a50902cbc994a017b39f9ce6caa4ed
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}