dengzedong
2025-03-28 77c236b1493c051ee0195f9f2cb5f7f36eed3500
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.iailab.module.model.common.enums;
 
/**
 * @author PanZhibao
 * @Description
 * @createTime 2022年06月26日 12:12:00
 */
public class CommonDict {
 
    public static final Integer ONE = 1;
 
    public static final Integer TOW = 2;
 
    public static final String CUMULANT_SUFFIX = "_cumulant";
}