DYL0109
2025-04-18 14f2297f2951b59ea4711d0edbab453be395ae95
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}