| | |
| | | public class ApplyConditionsVo { |
| | | |
| | | @ApiModelProperty(value = "商家入驻总单数1:满足 2:不满足") |
| | | private Integer orderNum; |
| | | private Integer orderNumStatus; |
| | | |
| | | @ApiModelProperty(value = "商家入驻完成率1:满足 2:不满足") |
| | | private Integer completionRate; |
| | | private Integer completionRateStatus; |
| | | |
| | | @ApiModelProperty(value = "商家入驻总金额1:满足 2:不满足") |
| | | private Integer totalAmount; |
| | | private Integer totalAmountStatus; |
| | | |
| | | @ApiModelProperty(value = "实名认证1:满足 2:不满足") |
| | | private Integer memberAuth; |
| | | private Integer memberAuthStatus; |
| | | |
| | | @ApiModelProperty(value = "总单数") |
| | | private Integer orderNum; |
| | | |
| | | @ApiModelProperty(value = "完成率") |
| | | private BigDecimal completionRate; |
| | | |
| | | @ApiModelProperty(value = "总金额") |
| | | private BigDecimal totalAmount; |
| | | |
| | | @ApiModelProperty(value = "今日取消次数") |
| | | private Integer cancellNum; |
| | | |
| | | } |