dashboard
repositories
filestore
activity
search
login
main
/
jfpt-BladeX
南昌市物联网技防平台-后台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
体温数据插入
Administrator
2021-03-04
a08f28be2302ce139aecb34765296e2b47afd129
[jfpt-BladeX.git]
/
blade-service
/
blade-jfpts
/
src
/
main
/
java
/
org
/
springblade
/
jfpt
/
nettyTcpServer
/
NettyConstant.java
1
2
3
4
5
6
7
8
9
10
11
12
package org.springblade.jfpt.nettyTcpServer;
/**
* 自定义协议常量
*/
public class NettyConstant {
/**
* 自定义协议开始
*/
public static final int HEAD_DATA = 0*76;
}