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