充值改造

This commit is contained in:
张松
2025-09-25 14:35:48 +08:00
parent c9c5e37783
commit b5e6077321
2 changed files with 3 additions and 1 deletions

View File

@@ -16,6 +16,8 @@ import java.math.BigDecimal;
public class RechargeDTO {
@NotNull(message = "店铺不能为空")
private Long shopId;
private Long shopUserId;
/**
* 充值金额id
*/