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