添加部分注释

master
lzy 4 years ago
parent 4a9f97e3b5
commit 74f082bea9

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

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

Loading…
Cancel
Save