dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix(mall): 修复小程序登录公司验证逻辑
Administrator
6 days ago
c515cd9ac4fa1e75d59689b894a979421a752f60
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
yinhe
/
mapper
/
YHSysAgentStartQuestionMapper.java
1
2
3
4
5
6
7
package cc.mrbird.febs.yinhe.mapper;
import cc.mrbird.febs.yinhe.entity.YHSysAgentStartQuestion;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
public interface YHSysAgentStartQuestionMapper extends BaseMapper<YHSysAgentStartQuestion> {
}