dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix(yinhe): 修复公司级别限制logo的比较逻辑
Administrator
15 hours ago
248f8116f4ef74f63429c54915498eba6634bb61
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
yinhe
/
mapper
/
YHAiAgentCategoryMapper.java
1
2
3
4
5
6
7
package cc.mrbird.febs.yinhe.mapper;
import cc.mrbird.febs.yinhe.entity.YHAiAgentCategory;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
public interface YHAiAgentCategoryMapper extends BaseMapper<YHAiAgentCategory> {
}