潘志宝
2025-02-14 5695efca830831992f796b563a0b206969f97245
提交 | 用户 | 时间
b425df 1 package com.iailab.module.model.common.enums;
2
3 /**
4  * @author PanZhibao
5  * @Description
6  * @createTime 2022年06月26日 12:12:00
7  */
8 public class CommonDict {
9
10     public static final Integer ONE = 1;
11
12     public static final Integer TOW = 2;
4af6b1 13
D 14     public static final String CUMULANT_SUFFIX = "_cumulant";
b425df 15 }