YYC
2023-08-10 7777cfac74efcbf5d1709d43c1aa1ff9cc7d6819
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"; //结尾符
}