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