Delete VXESocketConst.java

dev
JEECG 3 years ago committed by GitHub
parent a3d6e0ce08
commit 0c545517b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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";
}
Loading…
Cancel
Save