张嘉伟
2025-01-23 45974363220fc659c6c7cc86de160181efd16792
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}