123
birt
2025-04-13 8efe771cc70f530992af95f672ff1167c5b30402
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}