添加部分注释
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);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue