智慧保安后台管理-验收版本
tangzy
2021-11-25 a9ec32e3db22fa4f5f44fa2b68e92862c1f58a5d
src/main/java/org/springblade/modules/desk/entity/Notice.java
@@ -78,4 +78,10 @@
    */
   private Integer type;
   /**
    * 接收人ids
    */
   @TableField("received_ids")
   private String receivedIds;
}