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