Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
傅伟强-富德
/
test
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit b6473e49
authored
Apr 12, 2019
by
傅伟强-富德
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update GrasSysOperationLogMapper.sql
1 parent
73611b6b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
2 deletions
GrasSysOperationLogMapper.sql
GrasSysOperationLogMapper.sql
View file @
b6473e4
...
...
@@ -14,5 +14,20 @@ public interface GrasSysOperationLogMapper
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
}哈嘎哈嘎哈哈哈
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment