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