2019232
2022-12-14 8f6e4d410f70d4310c4f2c083afd528fac062e0a
src/main/java/cc/mrbird/febs/dapp/entity/DappFundFlowEntity.java
@@ -76,6 +76,11 @@
     */
    private Integer status;
    /**
     * 状态 1-已发送 2-未发送消息
     */
    private Integer isReturn;
    @TableField(exist = false)
    private String address;