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