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