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