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