dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix(mall): 修复会员兑换碳币权限及数据展示问题- 修改会员兑换碳币权限判断逻辑,使用 withdrawState 替代 changeStat...
KKSU
2024-12-19
545d3a5024f54976a6685a30c7c1a4107fd5d563
[xc-mall.git]
/
src
/
main
/
java
/
cc
/
mrbird
/
febs
/
unisoftiot
/
api
/
mapper
/
AccountMapper.java
1
2
3
4
5
6
7
package cc.mrbird.febs.unisoftiot.api.mapper;
import cc.mrbird.febs.unisoftiot.api.entity.Account;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
public interface AccountMapper extends BaseMapper<Account> {
}