工业互联网平台2.0版本后端代码
潘志宝
2024-10-13 86145e48fa25a6ff050b8f6020a0dd75b9c0d3d0
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.iailab.module.data.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;
}