|
@@ -0,0 +1,9 @@
|
|
|
+package com.xjrsoft.module.oa.mapper;
|
|
|
+
|
|
|
+import com.github.yulichang.base.MPJBaseMapper;
|
|
|
+import com.xjrsoft.module.oa.entity.NewsAppendix;
|
|
|
+import org.apache.ibatis.annotations.Mapper;
|
|
|
+
|
|
|
+@Mapper
|
|
|
+public interface NewsAppendixMapper extends MPJBaseMapper<NewsAppendix> {
|
|
|
+}
|