DYL0109
2025-04-18 940bdec33a4c2a6b52d1497e6eeffddb1b6b4585
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}