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