1.2
luo
2024-01-02 59f63a8ef0078b06f010d25abfef2772c944a56f
guns-management/src/main/java/com/stylefeng/guns/modular/system/dto/Host.java
@@ -35,4 +35,19 @@
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @ApiModelProperty(value = "注册时间", required = false)
    private Date insertTime;
    /**
     * 拒绝理由
     */
    @TableField("wechat_qr_code1")
    private String wechatQrCode1;
    /**
     * 拒绝理由
     */
    @TableField("watch_app1")
    private String watchApp1;
    /**
     * 拒绝理由
     */
    @TableField("phone1")
    private String phone1;
}