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