diff --git a/NoticeDao.xml b/NoticeDao.xml new file mode 100644 index 0000000..967fa82 --- /dev/null +++ b/NoticeDao.xml @@ -0,0 +1,21 @@ + + + + + + + + insert into notice(content) values(#{content}) + + + + delete from notice where id=#{id} + + +