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