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