1
2
3
4
5
6
7
8
9
10
11
12
13
| package com.ld.igds.protocol.beibo.grain.util;
|
| /**
| * 工具类
| *
| * @author czt
| */
| public class BeiboGrainServerUtils {
|
|
| public static String MSG_START = "00000000FFEB90FEAA"; //起始符
| public static String MSG_END = "00000000000000000000000000"; //结尾符
| }
|
|