添加部分注释

master
lzy 4 years ago
parent 4a9f97e3b5
commit 74f082bea9

@ -1,10 +1,9 @@
package com.docus.bgts.facade; package com.docus.bgts.facade;
import com.docus.bgts.entity.MrReportError;
public interface IMrReportErrorService{ public interface IMrReportErrorService{
/**
*
* @param xml
*/
void insert(String xml); void insert(String xml);
} }

@ -13,6 +13,11 @@ public interface ITBasicWebService {
@WebMethod @WebMethod
String pushSurveyReport(String xml); String pushSurveyReport(String xml);
/**
*
* @param xml
* @return
*/
@WebMethod @WebMethod
String EmrDocumentArchive(String xml); String EmrDocumentArchive(String xml);

Loading…
Cancel
Save