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