liusheng
5 天以前 376c1f1782fda955d0344dbcc1305dd5fb750448
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
 
package cn.lihu.jh.module.ecg.webservice.ws;
 
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
 
 
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Ens_Request")
@XmlSeeAlso({
    JHFWreq.class
})
public class EnsRequest
    extends EnsMessagebody
{
 
 
}