KKSU
2024-01-04 82ba6cf6b1f1ce92b256e86506856151bf8d0bc5
src/main/java/cc/mrbird/febs/mall/dto/ApiOrderSellComplainDto.java
@@ -11,6 +11,10 @@
@ApiModel(value = "ApiOrderSellComplainDto", description = "参数接收类")
public class ApiOrderSellComplainDto {
    @NotNull(message = "类型参数不能为空")
    @ApiModelProperty(value = "类型:1:提现(卖单), 2:预约(买单)", example = "1")
    private Integer orderType;
    @NotNull(message = "交易密码不能为空")
    private Long sellRecordId;//ApiOrderSellRecordInfoVo的id,提现子表的ID