Commit 2f1465d68098ca243b0c5817956d3b435cf2bcaa
Committed by
Gitee
1 parent
0693e1b1
删除文件 jeecg-boot/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/com…
…mon/constant/VXESocketConst.java
Showing
1 changed file
with
0 additions
and
31 deletions
jeecg-boot/jeecg-boot-base/jeecg-boot-base-core/src/main/java/org/jeecg/common/constant/VXESocketConst.java deleted
1 | -package org.jeecg.common.constant; | |
2 | - | |
3 | -/** | |
4 | - * VXESocket 常量 | |
5 | - * @author: jeecg-boot | |
6 | - */ | |
7 | -public class VxeSocketConst { | |
8 | - | |
9 | - /** | |
10 | - * 消息类型 | |
11 | - */ | |
12 | - public static final String TYPE = "type"; | |
13 | - /** | |
14 | - * 消息数据 | |
15 | - */ | |
16 | - public static final String DATA = "data"; | |
17 | - | |
18 | - /** | |
19 | - * 消息类型:心跳检测 | |
20 | - */ | |
21 | - public static final String TYPE_HB = "heart_beat"; | |
22 | - /** | |
23 | - * 消息类型:通用数据传递 | |
24 | - */ | |
25 | - public static final String TYPE_CSD = "common_send_date"; | |
26 | - /** | |
27 | - * 消息类型:更新vxe table数据 | |
28 | - */ | |
29 | - public static final String TYPE_UVT = "update_vxe_table"; | |
30 | - | |
31 | -} |