liusheng
2025-07-04 a2a840d4969d680b30eeec184a7059fef64d0b84
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 
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_Messagebody")
@XmlSeeAlso({
    EnsRequest.class
})
public class EnsMessagebody {
 
 
}