letsgocoding
2025-02-25 695e7e79697bf4daca3581d29987f80ba73893a5
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}