Bootstrap

第六章:化神-React公告功能实战

公告功能实现

工具可以发布公告、通知等消息 , 可查看公告是否已读,可指定用户去发布公告

  • 表设计
CREATE TABLE `t_notice` (
  `notice_id` int(11
;