dashboard
repositories
filestore
activity
search
login
admin
/
screen_api_v2
工业级后台API v2
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
增加根据选择参数返回检测因子的数值的Mapper接口
ZhuDongming
2019-06-05
2b9c0e19babda8b4828d396bd0c2f97be3a0c0a4
[~admin/screen_api_v2.git]
/
src
/
main
/
java
/
com
/
moral
/
mapper
/
ProvinceMapper.java
1
2
3
4
5
6
7
package com.moral.mapper;
import com.moral.common.mapper.BaseMapper;
import com.moral.entity.Province;
public interface ProvinceMapper extends BaseMapper<Province> {
}