z1415143022
2025-04-11 c95af62539744af5c622f91c9b4668b117211032
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}