| | |
| | | package com.vci.ubcs.code.dto.datapush.result; |
| | | |
| | | import com.thoughtworks.xstream.annotations.XStreamAlias; |
| | | import com.thoughtworks.xstream.annotations.XStreamAsAttribute; |
| | | //import com.thoughtworks.xstream.annotations.XStreamAlias; |
| | | //import com.thoughtworks.xstream.annotations.XStreamAsAttribute; |
| | | |
| | | @XStreamAlias("object") |
| | | //@XStreamAlias("object") |
| | | public class ResultNodeObjectDTO { |
| | | /*** |
| | | * 数据编码 |
| | | */ |
| | | @XStreamAsAttribute |
| | | //@XStreamAsAttribute |
| | | private String code; |
| | | /*** |
| | | * 数据oid |
| | | */ |
| | | @XStreamAsAttribute |
| | | //@XStreamAsAttribute |
| | | private String oid; |
| | | /*** |
| | | * 错误标识 |
| | | */ |
| | | @XStreamAsAttribute |
| | | //@XStreamAsAttribute |
| | | private String erroid; |
| | | /*** |
| | | * 错误信息 |
| | | */ |
| | | @XStreamAsAttribute |
| | | //@XStreamAsAttribute |
| | | private String msg; |
| | | |
| | | public String getCode() { |