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