|
|
@@ -2,6 +2,8 @@ package com.goafanti.common.dao;
|
|
|
|
|
|
import com.goafanti.common.model.JtMessageConsumer;
|
|
|
import com.goafanti.common.model.JtMessageConsumerExample;
|
|
|
+import com.goafanti.message.bo.AppMessageBo;
|
|
|
+
|
|
|
import java.util.List;
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
|
|
|
@@ -74,4 +76,6 @@ public interface JtMessageConsumerMapper {
|
|
|
* @mbggenerated Wed Aug 29 09:46:33 CST 2018
|
|
|
*/
|
|
|
int updateByPrimaryKey(JtMessageConsumer record);
|
|
|
+
|
|
|
+ AppMessageBo selectById(String id);
|
|
|
}
|