ustcyc
2025-04-03 080b1216d015751992b315db610bf1c97b81f44c
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}