@ -2559,7 +2559,8 @@ public class MesPcnEnumUtil {
public enum PACKAGE_OP_TYPE {
PACK(10, "打包"),
UNPACK(20, "拆包");
UNPACK(20, "拆包"),
STOP_OVER(30, "过站");
private int value;
private String description;