KKSU
2023-12-15 5eed9d5001fb6e8a7af4e16f1bf0c43cafadf403
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