feat(enterprise): 企业对公转账充值 + 增值税发票 + 企业子账户#14
Merged
Conversation
- 对公转账充值(里程碑1):后台银行账户配置、用户提交转账凭证、管理员审核入账 - 增值税发票(里程碑2):开票申请/审核,按用户行锁串行化杜绝并发超开 - 企业子账户(里程碑3):主账户下子账户额度分配与权限隔离 - 管理员侧待审核红点提示 - 前端 classic:转账/发票/子账户页面与支付设置
# Conflicts: # web/classic/src/i18n/locales/en.json # web/classic/src/i18n/locales/fr.json # web/classic/src/i18n/locales/ja.json # web/classic/src/i18n/locales/ru.json # web/classic/src/i18n/locales/vi.json # web/classic/src/i18n/locales/zh-TW.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概述
企业支付能力三个里程碑,全部走 web/classic 前端 + Go 后端。
里程碑 1 — 对公转账充值
WHERE status=pending抢占,重复审核不重复加额度)里程碑 2 — 增值税发票
里程碑 3 — 企业子账户
数据/兼容
Quota/UsedQuota列升 bigint(大额入账)common.*包装审查后修复
验证
go build ./...通过