dashboard
repositories
filestore
activity
search
login
main
/
xc-mall
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat(mall): 实现充值金额处理和唯一标识生成
KKSU
2025-02-13
580fe843a333628795d619c5744a8353c44eb8ed
[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> {
}