dashboard
repositories
filestore
activity
search
login
main
/
sys-dapp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'IGT-dev' of http://120.27.238.55:7000/r/sys-dapp into IGT-dev
xiaoyong931011
2022-11-15
6cc49e252929c182f0e47e4b79089cd51e1465ab
[sys-dapp.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
dapp
/
mapper
/
AppVersionMapper.java
1
2
3
4
5
6
7
8
9
10
11
package cc.mrbird.febs.dapp.mapper;
import cc.mrbird.febs.dapp.entity.AppVersion;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* @author wzy
* @date 2021-09-27
**/
public interface AppVersionMapper extends BaseMapper<AppVersion> {
}