DYL0109
2025-03-27 544e09fe0722796f209d5834e3a1716c617e3598
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}