zhibing.pu
2024-08-15 4a975cdf2406d6da3c3c3566b323f63fee85adec
ruoyi-api/ruoyi-api-order/src/main/java/com/ruoyi/order/api/model/TOrderAppeal.java
@@ -55,6 +55,10 @@
    @TableField("img_url")
    private String imgUrl;
    @ApiModelProperty(value = "申诉状态 (1=待处理,2=已处理)")
    @TableField("status")
    private Integer status;
    @ApiModelProperty(value = "申诉反馈")
    @TableField("feedback")
    private String feedback;