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