|
@@ -7,6 +7,7 @@ import com.ym.mec.biz.dal.page.GroupNoticeQueryInfo;
|
|
|
import com.ym.mec.biz.service.ImGroupNoticeService;
|
|
|
import com.ym.mec.common.controller.BaseController;
|
|
|
import com.ym.mec.common.page.QueryInfo;
|
|
|
+import com.ym.mec.im.ImFeignService;
|
|
|
import io.swagger.annotations.Api;
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
@@ -31,6 +32,8 @@ public class ImGroupNoticeController extends BaseController {
|
|
|
private ImGroupNoticeService imGroupNoticeService;
|
|
|
@Autowired
|
|
|
private SysUserFeignService sysUserFeignService;
|
|
|
+ @Autowired
|
|
|
+ private ImFeignService imFeignService;
|
|
|
|
|
|
@ApiOperation(value = "新增")
|
|
|
@RequestMapping("/add")
|