@@ -0,0 +1,9 @@
+package com.rf.kjb.opLog.service;
+
+import com.rf.kjb.opLog.dao.model.SysLogEntity;
+public interface SysLogService {
+ void save(SysLogEntity sysLogEntity);
+ SysLogEntity getSysLogByIdentifier(String identifier2);
+}