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