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