z1415143022
2025-03-25 7b0346ed6bac6b451b3f6f5f1504a51bc88063ec
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}