feat(userwallet): 新增用户钱包管理功能

新增用户钱包DO、Mapper、Service、Controller及交易流水DO,补充错误码USER_WALLET_NOT_EXISTS,并添加对应MyBatis XML与本地日志配置
This commit is contained in:
2025-12-24 15:07:50 +08:00
parent c7bc34817a
commit bcecb8b3e9
13 changed files with 735 additions and 0 deletions

View File

@@ -180,6 +180,7 @@ logging:
com.yolo.keyboard.module.iot.dal.tdengine: DEBUG
com.yolo.keyboard.module.iot.service.rule: debug
com.yolo.keyboard.module.ai.dal.mysql: debug
com.yolo.keyboard: debug
org.springframework.context.support.PostProcessorRegistrationDelegate: ERROR # TODO 芋艿先禁用Spring Boot 3.X 存在部分错误的 WARN 提示
debug: false