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