|
@@ -1,6 +1,7 @@
|
|
|
package com.ruoyi.system.mapper;
|
|
|
|
|
|
import com.ruoyi.system.domain.PoNews;
|
|
|
+import org.apache.ibatis.annotations.Mapper;
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
|
|
|
import java.util.Date;
|
|
@@ -10,6 +11,7 @@ import java.util.List;
|
|
|
* 消息Mapper接口
|
|
|
* @date 2023-01-15
|
|
|
*/
|
|
|
+@Mapper
|
|
|
public interface PoNewsMapper
|
|
|
{
|
|
|
/**
|