|
@@ -25,7 +25,7 @@ public class RefundInfoPageReqVO extends PageParam {
|
|
|
private Long customerId;
|
|
|
|
|
|
@Schema(description = "合同名称")
|
|
|
- private Long contractName;
|
|
|
+ private String contractName;
|
|
|
|
|
|
@Schema(description = "回款日期", example = "2024-08-07,2024-08-07")
|
|
|
@DateTimeFormat(pattern = FORMAT_YEAR_MONTH_DAY)
|