Prechádzať zdrojové kódy

更新文件 SmartAuthorGroupMapper.java

陈士柏 2 rokov pred
rodič
commit
b2355624a0

+ 3 - 0
src/main/java/com/template/mapper/SmartAuthorGroupMapper.java

@@ -2,6 +2,7 @@ package com.template.mapper;
 
 
 import com.template.model.pojo.SmartAuthorGroup;
 import com.template.model.pojo.SmartAuthorGroup;
 import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+import com.template.model.pojo.SmartAuthorGroupManager;
 import org.apache.ibatis.annotations.Param;
 import org.apache.ibatis.annotations.Param;
 import org.springframework.stereotype.Repository;
 import org.springframework.stereotype.Repository;
 
 
@@ -20,4 +21,6 @@ public interface SmartAuthorGroupMapper extends BaseMapper<SmartAuthorGroup> {
 
 
     List<SmartAuthorGroup> smartAuthorGroup(@Param("userId") Integer userId);
     List<SmartAuthorGroup> smartAuthorGroup(@Param("userId") Integer userId);
 
 
+    List<SmartAuthorGroupManager> getSmartAuthorGroupManager(@Param("groupId") String groupId);
+
 }
 }