xiaoyong931011
2022-12-14 32d096740cc98435af1d388b04a3a64742014354
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;