luodangjia
2024-08-09 adeef693ffeb030db6e1dbad186d55171da5fa39
ruoyi-api/ruoyi-api-order/src/main/java/com/ruoyi/order/api/entity/Withdraw.java
@@ -60,5 +60,9 @@
    @TableField("order_id")
    private String orderId;
    @ApiModelProperty("城市code")
    @TableField("city_code")
    private String cityCode;
}