2025-10-30 08:53:36 +00:00
|
|
|
package tqq9.lc123.cloud.app.eip.iscb;
|
|
|
|
|
|
|
|
|
|
public interface LCLogService {
|
2025-11-03 08:25:12 +00:00
|
|
|
public void savelog(String interfaceName,String interfaceUrl,Boolean isPost,Boolean isSucess,String request,String response);
|
2025-11-04 03:31:47 +00:00
|
|
|
public void isSuccess(String entityType, String billno, String PrimaryName, String label, Boolean isSuccess);
|
2025-10-30 08:53:36 +00:00
|
|
|
|
|
|
|
|
}
|