dashboard
repositories
filestore
activity
search
login
main
/
beauty-erp
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
项目余次表新增门店展示和条件
935090232@qq.com
2021-11-30
19547c305c4c6495b2c795ea4260bb21a84e780b
[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> {
}