Commit b6473e49 by 傅伟强-富德

Update GrasSysOperationLogMapper.sql

1 parent 73611b6b
Showing with 16 additions and 2 deletions
...@@ -14,5 +14,20 @@ public interface GrasSysOperationLogMapper ...@@ -14,5 +14,20 @@ public interface GrasSysOperationLogMapper
void addGrasSysOperationLog(GrasSysOperationLog grasSysOperationLog); void addGrasSysOperationLog(GrasSysOperationLog grasSysOperationLog);
} }
哈哈哈哈哈哈哈哈哈哈哈哈
--@Service(version = "1.0.0", timeout = 1200000,interfaceName = "com.funde.gras.api.service.OracleGrasSysOperationLogService")
--public class OracleGrasSysOperationLogServiceImpl implements OracleGrasSysOperationLogService
{
@Autowired
private GrasSysOperationLogMapper grasSysOperationLogMapper;
/* (non-Javadoc)
* @see com.funde.gras.api.service.OracleGrasSysOperationLogService#addGrasSysOperationLog(com.funde.gras.api.domain.GrasSysOperationLog)
*/
@Override
public void addGrasSysOperationLog(GrasSysOperationLog grasSysOperationLog)
{
grasSysOperationLogMapper.addGrasSysOperationLog(grasSysOperationLog);
}
public }哈嘎哈嘎哈哈哈
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!