VVT789
2025-04-08 9d6bfce5d688dcb2af1ae416b43e149ed3fa5506
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}