liulingling.177216
2025-01-18 0c4966e9d1c0cdcde841ff507542ba18777f46ed
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}