lin
2024-05-09 89dd751549692a20e4a3a1e0142ddcc8c63f004f
防诈宣传添加字段
1 files modified
8 ■■■■■ changed files
src/main/java/org/springblade/modules/backblast/entity/BackblastPubRecordEntity.java 8 ●●●●● patch | view | raw | blame | history
src/main/java/org/springblade/modules/backblast/entity/BackblastPubRecordEntity.java
@@ -112,4 +112,12 @@
    /** 是否打开预警功能 1:是  2:否 */
    @ApiModelProperty(value = "是否打开预警功能 1:是  2:否", example = "")
    private Integer isOpenAlarm;
    /** 是否接受过其他反诈宣防内容 */
    @ApiModelProperty(value = "是否接受过其他反诈宣防内容", example = "")
    private Integer isOther;
    /** 其他防诈内容 */
    @ApiModelProperty(value = "其他防诈内容", example = "")
    private String otherId;
}