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