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