CZT
2023-08-25 4c2af0c528928bb90650bfb4fe6a8007435d7408
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"; //结尾符
}