|
|
@@ -1,5 +1,6 @@
|
|
|
package com.sckw.freight.model.vo.request;
|
|
|
|
|
|
+import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
|
|
|
import io.swagger.v3.oas.annotations.media.Schema;
|
|
|
import lombok.Data;
|
|
|
|
|
|
@@ -14,6 +15,7 @@ import java.util.List;
|
|
|
* @Description: 物流对账单-收款记录-分页查询参数
|
|
|
* @Version: 1.0
|
|
|
*/
|
|
|
+@JsonIgnoreProperties(ignoreUnknown = true)
|
|
|
@Data
|
|
|
@Schema( description = "物流对账单-收款记录-分页查询参数")
|
|
|
public class RequestSettlementLogisticsPageInfo extends RequestPageInfo {
|