DYL
2025-02-10 816e856344d34b73a13d7db4055de2c66e7cd534
1
2
3
4
5
package com.zhitan.common.enums;
 
public enum StatisticType {
  SUM, MAX, MIN, AVG
}