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