Commit 2e7fa6ad authored by dmy's avatar dmy

医生部分代码提交

parent 28b7c1a7
......@@ -3,6 +3,7 @@ package com.tcm.doctor.service.impl;
import com.tcm.doctor.dao.DoctorScheduleDao;
import com.tcm.doctor.service.DoctorScheduleService;
import com.tcm.util.doctor.DoctorScheduleVo;
import com.tcm.util.doctor.DoctorVo;
import com.tcm.util.doctor.req.DoctorLoadPageReqVo;
import com.tcm.util.doctor.req.DoctorScheduleReqVo;
import com.tcm.util.doctor.res.DoctorScheduleResVo;
......
......@@ -2,9 +2,7 @@ package com.tcm.doctor.web;
import com.tcm.doctor.service.DoctorScheduleService;
import com.tcm.util.doctor.req.DoctorLoadPageReqVo;
import com.tcm.util.doctor.req.DoctorReqVo;
import com.tcm.util.doctor.req.DoctorScheduleReqVo;
import com.tcm.util.doctor.res.DoctorResVo;
import com.tcm.util.doctor.res.DoctorScheduleResVo;
import com.yanzuoguang.util.vo.PageSizeData;
import com.yanzuoguang.util.vo.ResponseResult;
......
......@@ -41,6 +41,7 @@ public class ProductCategoryController {
return ResponseResult.result(productCategoryService.load(req));
}
/**
* 产品分类分页查询
*/
......@@ -49,6 +50,7 @@ public class ProductCategoryController {
return ResponseResult.result(productCategoryService.loadPage(req));
}
/**
* 产品分类删除
*/
......@@ -57,6 +59,7 @@ public class ProductCategoryController {
return ResponseResult.result(productCategoryService.remove(req));
}
/**
* 分类展示产品
*/
......
......@@ -2,8 +2,6 @@ package com.tcm.util.doctor.res;
import com.tcm.util.doctor.DoctorScheduleVo;
import java.util.List;
public class DoctorScheduleResVo extends DoctorScheduleVo{
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment