1
phpcjl
2024-12-19 a0b557cea10d01830cb4e70ebc58410b995c5bd8
ruoyi-api/ruoyi-api-account/src/main/java/com/ruoyi/account/api/model/WithdrawalRequests.java
@@ -29,6 +29,8 @@
    @ApiModelProperty(value = "主键")
    @TableId(value = "id", type = IdType.AUTO)
    private Long id;
    @TableField(exist = false)
    private String idStr;
    @ApiModelProperty(value = "删除标志(0=否,1=是)")
    @TableField("del_flag")