zhang
2025-04-18 99c6ea8010d0b339a66f27c72a2efbfd66c23491
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}