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