update 获取累计充值金额

This commit is contained in:
2024-03-02 16:45:36 +08:00
parent 6d898a6b54
commit afb27a812d
9 changed files with 126 additions and 13 deletions

View File

@@ -35,4 +35,9 @@ public class CreateMerchantVipDTO {
* 赠送金
*/
private BigDecimal updateGiftBalance;
/**
* 来自后管 1-是
*/
private String fromWeb;
}