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