zqy
2024-07-16 9a4b09e6a32b4510e1e9c4fb13d6cb90b896abe4
zhang-content/src/main/java/com/ruoyi/domain/Meeting.java
@@ -32,12 +32,12 @@
     * 可容纳人数
     */
    @Excel(name = "可容纳人数")
    private int conPeople;
    private Integer conPeople;
    /**
     * 参与人数
     */
    @Excel(name = "参与人数")
    private int partPeople;
    private Integer partPeople;
    /**
     * 申请人
     */
@@ -76,8 +76,8 @@
    /**
     * 是否摆放水牌
     */
    @Excel(name = "是否摆放水牌")
    private int isPlacebrand;
    @Excel(name = "是否摆放水牌(1:是 0:否)")
    private Integer isPlacebrand;
    /**
     * 联系人
     */
@@ -91,8 +91,7 @@
    /**
     * 状态
     */
    @Excel(name = "状态")
    private int statu;
    private Integer statu;
    /**
     * 生成时间
     */