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