xuhy
2023-03-23 8a66f76e0b0af13ccdba14f1d38eed91139ca124
management/guns-admin/src/main/java/com/stylefeng/guns/modular/system/model/TBroadcast.java
@@ -42,6 +42,31 @@
     */
    private Date createTime;
    /**
     * 是否显示 1是 0否
     */
    private Boolean isShow;
    /**
     * 上下架 1上架 2下架
     */
    private Integer upDown;
    public Boolean getIsShow() {
        return isShow;
    }
    public void setIsShow(Boolean isShow) {
        this.isShow = isShow;
    }
    public Integer getUpDown() {
        return upDown;
    }
    public void setUpDown(Integer upDown) {
        this.upDown = upDown;
    }
    public Integer getId() {
        return id;