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