ali
2025-02-10 0b65ca688c3b4e0b92037851b25512de63ac43ff
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}