DYL
2025-02-10 7dfd10611e89eb9014e862d6b336d2e39fbecf81
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}