摄像头激活码页面,设备信息列表页面

This commit is contained in:
ifish7
2017-08-17 18:14:21 +08:00
parent c67116b3db
commit 80f59bca83
32 changed files with 2785 additions and 3 deletions
@@ -0,0 +1,32 @@
package com.ifish.webservice;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for getLineDeviceNumber complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="getLineDeviceNumber">
* &lt;complexContent>
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
* &lt;sequence>
* &lt;/sequence>
* &lt;/restriction>
* &lt;/complexContent>
* &lt;/complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "getLineDeviceNumber")
public class GetLineDeviceNumber {
}