Geoffrey
2025-01-10 a5af798ab048871994491af62f4fb326e86506be
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}