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