| | |
| | | package com.by4cloud.platformx.business.dto; |
| | | |
| | | import io.swagger.v3.oas.annotations.media.Schema; |
| | | import lombok.Data; |
| | | |
| | | @Data |
| | | public class CreditSalesQueryDTO { |
| | | public class CreditSalesQueryDTO extends HomeQueryDTO{ |
| | | |
| | | private String contractName; |
| | | private String contractNo; |
| | | |
| | | private String partyA; |
| | | @Schema(description = "客商名称") |
| | | private String busGuestName; |
| | | |
| | | private String productNames; |
| | | @Schema(description = "标的物名称") |
| | | private String subjectMatterName; |
| | | |
| | | private String sortFiled; |
| | | |
| | | private String sortMethod; |
| | | @Schema(description = "标的物编码") |
| | | private String subjectMatterCode; |
| | | } |