|
@ -1,15 +1,13 @@
|
|
|
package com.yihu.wlyy.web.third.jkzl;
|
|
|
|
|
|
import io.swagger.annotations.Api;
|
|
|
import org.springframework.stereotype.Controller;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestMethod;
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
/**
|
|
|
* Created by chenweida on 2017/8/28.
|
|
|
*/
|
|
|
@Controller
|
|
|
@RestController
|
|
|
@RequestMapping(value = "/third/edu/article")
|
|
|
@Api(description = "总部健康教育文章")
|
|
|
public class EduArticleController {
|