分销订单退款

This commit is contained in:
张松
2025-10-30 14:47:45 +08:00
parent 05fbdb0826
commit 74ae88c7fe
5 changed files with 36 additions and 6 deletions

View File

@@ -45,6 +45,7 @@ public interface TableValueConstant {
@Getter
enum Type {
MANUAL_RECHARGE("manual_recharge", "手动充值"),
REFUND("refund", "退款"),
SUB("sub", "系统扣减"),
OPEN("open", "分销员购买"),
MANUAL_SUB("manual_sub", "手动扣减"),