DYL
2025-02-10 78382199e35d37b9ec348522c9faac81d80d3ade
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}