无关风月
2025-08-27 c005ec7ef2e8a3f0db2a0c23b7ea298b2ead7987
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;