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