|
|
|
@ -4,6 +4,7 @@ import cn.estsh.i3plus.pojo.base.annotation.XStreamCDATA;
|
|
|
|
|
import cn.estsh.i3plus.pojo.base.enumutil.CommonEnumUtil;
|
|
|
|
|
import cn.estsh.i3plus.pojo.base.enumutil.ResourceEnumUtil;
|
|
|
|
|
import cn.estsh.i3plus.pojo.softswitch.bean.BsSuitRecord;
|
|
|
|
|
import com.fasterxml.jackson.annotation.JsonIgnore;
|
|
|
|
|
import com.thoughtworks.xstream.annotations.XStreamAlias;
|
|
|
|
|
import com.thoughtworks.xstream.annotations.XStreamAsAttribute;
|
|
|
|
|
import com.thoughtworks.xstream.annotations.XStreamOmitField;
|
|
|
|
@ -90,6 +91,7 @@ public class SuitClientModel {
|
|
|
|
|
/**
|
|
|
|
|
* 适配报文
|
|
|
|
|
*/
|
|
|
|
|
@JsonIgnore
|
|
|
|
|
@XStreamCDATA
|
|
|
|
|
private Object suitResultMessage;
|
|
|
|
|
|
|
|
|
|