BirtYu
2025-04-13 515f8bfae8899d608af1367ba970d8cc8321fc18
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}