CZT
2023-09-05 8cfc3732f3fe53d8794da15b80d554ad8b2c794c
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"; //结尾符
}