xuhy
2023-05-26 15f0ac8c4c407075ad7a2e07eb8823d72234c62c
management/guns-admin/src/main/java/com/stylefeng/guns/modular/system/model/TBroadcast.java
@@ -42,6 +42,32 @@
     */
    private Date createTime;
    /**
     * 是否显示 1是 0否
     */
    private Boolean show;
    /**
     * 上下架 1上架 2下架
     */
    private Integer upDown;
    public Boolean getShow() {
        return show;
    }
    public void setShow(Boolean show) {
        this.show = show;
    }
    public Integer getUpDown() {
        return upDown;
    }
    public void setUpDown(Integer upDown) {
        this.upDown = upDown;
    }
    public Integer getId() {
        return id;