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