zt916916
2025-03-26 099db7f4fc2bf57616307e5b5a1c0adb4fd803f5
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}