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