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