CZT
2023-09-14 db72a27d10fdc4de0926fb8c7cc411ec0d4ea51b
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"; //结尾符
}