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