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