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