xiaoyong931011
2023-02-28 633300e453b960fb1b92fb8936d72d18748a83f3
src/main/java/cc/mrbird/febs/mall/vo/OrderDetailVo.java
@@ -73,6 +73,9 @@
    @ApiModelProperty(value = "运费")
    private BigDecimal carriage;
    @ApiModelProperty(value = "备注")
    private BigDecimal remark;
    public Integer getPayMethodType() {
        if (this.payMethod == null) {
            return 0;