ustcyc
2025-01-11 94b3e8562b04b94b86a7e8da59518393597eb896
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}