zt916916
2025-03-26 63d2cc95d5198a580ce831c31d3c7f405152e485
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}