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