KKSU
2023-12-21 f215f23bae13f1e6984c38b5893103a184c3c534
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