dashboard
repositories
filestore
activity
search
login
main
/
beauty-erp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix
Helius
2021-07-20
12bdaf99a9abf9e3930b449c65dd427c861b0ca4
[beauty-erp.git]
/
zq-erp
/
src
/
main
/
java
/
com
/
matrix
/
system
/
hive
/
dao
/
AchieveRuleDao.java
1
2
3
4
5
6
7
8
9
10
11
package com.matrix.system.hive.dao;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.matrix.system.hive.bean.AchieveRule;
/**
* 业绩规则dao
*/
public interface AchieveRuleDao extends BaseMapper<AchieveRule> {
}