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