ruoyi-api/ruoyi-api-order/src/main/java/com/ruoyi/order/api/model/TOrderAppeal.java
@@ -28,7 +28,7 @@ private static final long serialVersionUID = 1L; @ApiModelProperty(value = "主键") @TableId(value = "id", type = IdType.AUTO) @TableId(value = "id", type = IdType.NONE) private Long id; @ApiModelProperty(value = "订单类型(1=充电订单,2=购物订单,3=兑换订单,4=会员订单)") @@ -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;