ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/ShopWithdraw.java
@@ -33,7 +33,12 @@ private Long id; @TableField(exist = false) private String idStr; @ApiModelProperty(value = "提现单号") @TableField("code") private String code; @ApiModelProperty(value = "提现流水号") @TableField("order_number") private String orderNumber; @ApiModelProperty(value = "门店id") @TableField("shop_id") private Integer shopId;