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