DYL0109
2025-01-20 cfba70aa1a1ef59df304366770a7a518062ff0e6
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}