xiaoyong931011
2022-05-05 1efd30c955ac0252eac10d3714a7f45711701dee
20220505
1 files modified
5 ■■■■ changed files
zq-erp/src/main/java/com/matrix/system/padApi/dto/PadOrderListDto.java 5 ●●●● patch | view | raw | blame | history
zq-erp/src/main/java/com/matrix/system/padApi/dto/PadOrderListDto.java
@@ -10,7 +10,7 @@
@ApiModel(value = "PadOrderListDto", description = "订单列表接收参数类")
public class PadOrderListDto extends BasePageDto {
    @ApiModelProperty(value = "订单状态 0-全部 1-待付款 2-已付款 3-欠款 全部默认传空字符串", example = "1")
    @ApiModelProperty(value = "订单状态 0-全部 1-待付款 2-已付款 3-欠款 4-已取消 全部默认传空字符串", example = "1")
    private Integer orderStatus;
    @ApiModelProperty(hidden = true)
@@ -87,6 +87,9 @@
            case 3:
                this.status = "欠款";
                break;
            case 4:
                this.status = "已取消";
                break;
            default:
                this.status = "";
                break;