dashboard
repositories
filestore
activity
search
login
main
/
beauty-erp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Merge branch 'score_shop' of http://120.27.238.55:7000/r/beauty-erp into sc...
xiaoyong931011
2021-03-15
dfa29cdf223f2cb78184c4b15ab9f0824f3427c4
[beauty-erp.git]
/
zq-erp
/
src
/
main
/
java
/
com
/
matrix
/
system
/
fenxiao
/
dao
/
FenXiaoSettingDao.java
1
2
3
4
5
6
7
package com.matrix.system.fenxiao.dao;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.matrix.system.fenxiao.entity.FenXiaoSettingEntity;
public interface FenXiaoSettingDao extends BaseMapper<FenXiaoSettingEntity> {
}