潘志宝
2025-01-14 cb5066ddca3d7c8d0959b20715f0f46948e6753e
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;
}