潘志宝
4 天以前 2780e6717df31ee605dd8ce525afcb43914ca2de
提交 | 用户 | 时间
a6de49 1 package com.iailab.module.data.common.enums;
H 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;
13 }