|
@ -1,4 +1,4 @@
|
|
package com.yihu.wlyy.web.patient.health;
|
|
|
|
|
|
package com.yihu.wlyy.web.common.health;
|
|
|
|
|
|
import com.yihu.wlyy.entity.education.FoodComp;
|
|
import com.yihu.wlyy.entity.education.FoodComp;
|
|
import com.yihu.wlyy.service.app.health.FoodCompService;
|
|
import com.yihu.wlyy.service.app.health.FoodCompService;
|
|
@ -12,13 +12,14 @@ import org.springframework.web.bind.annotation.RequestParam;
|
|
import org.springframework.web.bind.annotation.ResponseBody;
|
|
import org.springframework.web.bind.annotation.ResponseBody;
|
|
|
|
|
|
import java.util.List;
|
|
import java.util.List;
|
|
|
|
|
|
/**
|
|
/**
|
|
* 患者端:食物热量查询
|
|
* 患者端:食物热量查询
|
|
* @author George
|
|
* @author George
|
|
*
|
|
*
|
|
*/
|
|
*/
|
|
@Controller
|
|
@Controller
|
|
@RequestMapping(value = "/patient/health/food", produces = MediaType.APPLICATION_JSON_UTF8_VALUE)
|
|
|
|
|
|
@RequestMapping(value = "/common/health/food", produces = MediaType.APPLICATION_JSON_UTF8_VALUE)
|
|
@Api(description = "患者端-食物热量查询")
|
|
@Api(description = "患者端-食物热量查询")
|
|
public class FoodCompController extends BaseController {
|
|
public class FoodCompController extends BaseController {
|
|
|
|
|