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