押金抵扣

This commit is contained in:
磷叶 2025-05-28 14:59:32 +08:00
parent 867a41f380
commit 231ac12961

View File

@ -22,7 +22,8 @@ public class OrderDeductDTO {
@ApiModelProperty("卡券ID")
private Long vipUserId;
@ApiModelProperty("费用")
@NotNull(message = "费用不能为空")
private OrderCalcRideFeeVO fee;
}