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