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