| | |
| | | /** 是否打开预警功能 1:是 2:否 */ |
| | | @ApiModelProperty(value = "是否打开预警功能 1:是 2:否", example = "") |
| | | private Integer isOpenAlarm; |
| | | |
| | | /** 是否接受过其他反诈宣防内容 */ |
| | | @ApiModelProperty(value = "是否接受过其他反诈宣防内容", example = "") |
| | | private Integer isOther; |
| | | |
| | | /** 其他防诈内容 */ |
| | | @ApiModelProperty(value = "其他防诈内容", example = "") |
| | | private String otherId; |
| | | |
| | | @ApiModelProperty(value = "是否接受过其他反诈宣防内容", example = "") |
| | | @TableField("backblast_pub_flag") |
| | | private String backblastPubFlag; |
| | | |
| | | @ApiModelProperty(value = "备注", example = "") |
| | | @TableField("remark") |
| | | private String remark; |
| | | } |