This commit is contained in:
邱贞招 2025-03-24 17:26:03 +08:00
parent d03013efe0
commit d360464d70

View File

@ -42,7 +42,7 @@ public class FeeRuleDTO {
private BigDecimal deposit;
@ApiModelProperty("押金自动退款时长")
private BigDecimal refundDuration;
private Integer refundDuration;
@ApiModelProperty("房间ids")
private List<Long> roomIds;