Delete VXESocketConst.java

pull/3621/head
JEECG 2022-04-18 11:20:52 +08:00 committed by GitHub
parent a3d6e0ce08
commit 0c545517b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 31 deletions

View File

@ -1,31 +0,0 @@
package org.jeecg.common.constant;
/**
* VXESocket
* @author: jeecg-boot
*/
public class VxeSocketConst {
/**
*
*/
public static final String TYPE = "type";
/**
*
*/
public static final String DATA = "data";
/**
*
*/
public static final String TYPE_HB = "heart_beat";
/**
*
*/
public static final String TYPE_CSD = "common_send_date";
/**
* vxe table
*/
public static final String TYPE_UVT = "update_vxe_table";
}