|
|
@ -5,9 +5,6 @@ import javax.xml.bind.annotation.XmlAccessorType;
|
|
|
|
import javax.xml.bind.annotation.XmlElement;
|
|
|
|
import javax.xml.bind.annotation.XmlElement;
|
|
|
|
import javax.xml.bind.annotation.XmlRootElement;
|
|
|
|
import javax.xml.bind.annotation.XmlRootElement;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* @author nicle.lin
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
@XmlRootElement(name = "SOF_GetQRCodeBySys", namespace = "http://webservice.qrcode.pki.jhsec.com.cn/")
|
|
|
|
@XmlRootElement(name = "SOF_GetQRCodeBySys", namespace = "http://webservice.qrcode.pki.jhsec.com.cn/")
|
|
|
|
@XmlAccessorType(XmlAccessType.FIELD)
|
|
|
|
@XmlAccessorType(XmlAccessType.FIELD)
|
|
|
|
public class GetTableByIdDateRequest {
|
|
|
|
public class GetTableByIdDateRequest {
|
|
|
|