dashboard
repositories
filestore
activity
search
login
main
/
task
工业级运维app手机api
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Merge branch 'master' of http://fengxiang@blit.7drlb.com:8888/r/task.git
fengxiang
2017-11-13
999d8a80d9a1c1f20033c29e7e2a08951766bee8
[task.git]
/
src
/
main
/
java
/
com
/
moral
/
monitor
/
dao
/
AccountEntityMapper.java
1
2
3
4
5
6
7
package com.moral.monitor.dao;
import com.moral.monitor.entity.AccountEntity;
import com.moral.monitor.entity.AccountEntityExample;
public interface AccountEntityMapper extends BaseDao<AccountEntity, AccountEntityExample, Integer>{
}