|
@ -1,5 +1,6 @@
|
|
package com.yihu.wlyy.web.patient.talk;
|
|
package com.yihu.wlyy.web.patient.talk;
|
|
|
|
|
|
|
|
import io.swagger.annotations.Api;
|
|
import org.json.JSONObject;
|
|
import org.json.JSONObject;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.stereotype.Controller;
|
|
import org.springframework.stereotype.Controller;
|
|
@ -12,7 +13,8 @@ import com.yihu.wlyy.web.BaseController;
|
|
|
|
|
|
@Controller
|
|
@Controller
|
|
@RequestMapping(value = "/patient/talkgroup")
|
|
@RequestMapping(value = "/patient/talkgroup")
|
|
public class PatientTalkGroupController extends BaseController {
|
|
|
|
|
|
@Api(description = "患者端-讨论组")
|
|
|
|
public class PatientDiscussionGroupController extends BaseController {
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|
|
private TalkGroupService talkGroupService;
|
|
private TalkGroupService talkGroupService;
|