dashboard
repositories
filestore
activity
search
login
admin
/
screen_api_v2
工业级后台API v2
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Date 时间不做 精确处理
fengxiang
2018-04-26
82007c3574640614f688479cc6c6e2ef5d729dbd
[~admin/screen_api_v2.git]
/
src
/
main
/
java
/
com
/
moral
/
mapper
/
DictionaryDataMapper.java
1
2
3
4
5
6
7
8
package com.moral.mapper;
import com.moral.common.mapper.BaseMapper;
import com.moral.entity.DictionaryData;
public interface DictionaryDataMapper extends BaseMapper<DictionaryData> {
// DictionaryData selectByPrimaryKey(Integer id);
}