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