Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
T
tcm-system
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TCM
tcm-system
Commits
2e7fa6ad
Commit
2e7fa6ad
authored
Jan 09, 2026
by
dmy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
医生部分代码提交
parent
28b7c1a7
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
DoctorScheduleServiceImpl.java
...om/tcm/doctor/service/impl/DoctorScheduleServiceImpl.java
+1
-0
DoctorScheduleController.java
...ain/java/com/tcm/doctor/web/DoctorScheduleController.java
+0
-2
ProductCategoryController.java
...n/java/com/tcm/product/web/ProductCategoryController.java
+3
-0
DoctorScheduleResVo.java
...ain/java/com/tcm/util/doctor/res/DoctorScheduleResVo.java
+0
-2
No files found.
src/main/java/com/tcm/doctor/service/impl/DoctorScheduleServiceImpl.java
View file @
2e7fa6ad
...
@@ -3,6 +3,7 @@ package com.tcm.doctor.service.impl;
...
@@ -3,6 +3,7 @@ package com.tcm.doctor.service.impl;
import
com.tcm.doctor.dao.DoctorScheduleDao
;
import
com.tcm.doctor.dao.DoctorScheduleDao
;
import
com.tcm.doctor.service.DoctorScheduleService
;
import
com.tcm.doctor.service.DoctorScheduleService
;
import
com.tcm.util.doctor.DoctorScheduleVo
;
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.DoctorLoadPageReqVo
;
import
com.tcm.util.doctor.req.DoctorScheduleReqVo
;
import
com.tcm.util.doctor.req.DoctorScheduleReqVo
;
import
com.tcm.util.doctor.res.DoctorScheduleResVo
;
import
com.tcm.util.doctor.res.DoctorScheduleResVo
;
...
...
src/main/java/com/tcm/doctor/web/DoctorScheduleController.java
View file @
2e7fa6ad
...
@@ -2,9 +2,7 @@ package com.tcm.doctor.web;
...
@@ -2,9 +2,7 @@ package com.tcm.doctor.web;
import
com.tcm.doctor.service.DoctorScheduleService
;
import
com.tcm.doctor.service.DoctorScheduleService
;
import
com.tcm.util.doctor.req.DoctorLoadPageReqVo
;
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.req.DoctorScheduleReqVo
;
import
com.tcm.util.doctor.res.DoctorResVo
;
import
com.tcm.util.doctor.res.DoctorScheduleResVo
;
import
com.tcm.util.doctor.res.DoctorScheduleResVo
;
import
com.yanzuoguang.util.vo.PageSizeData
;
import
com.yanzuoguang.util.vo.PageSizeData
;
import
com.yanzuoguang.util.vo.ResponseResult
;
import
com.yanzuoguang.util.vo.ResponseResult
;
...
...
src/main/java/com/tcm/product/web/ProductCategoryController.java
View file @
2e7fa6ad
...
@@ -41,6 +41,7 @@ public class ProductCategoryController {
...
@@ -41,6 +41,7 @@ public class ProductCategoryController {
return
ResponseResult
.
result
(
productCategoryService
.
load
(
req
));
return
ResponseResult
.
result
(
productCategoryService
.
load
(
req
));
}
}
/**
/**
* 产品分类分页查询
* 产品分类分页查询
*/
*/
...
@@ -49,6 +50,7 @@ public class ProductCategoryController {
...
@@ -49,6 +50,7 @@ public class ProductCategoryController {
return
ResponseResult
.
result
(
productCategoryService
.
loadPage
(
req
));
return
ResponseResult
.
result
(
productCategoryService
.
loadPage
(
req
));
}
}
/**
/**
* 产品分类删除
* 产品分类删除
*/
*/
...
@@ -57,6 +59,7 @@ public class ProductCategoryController {
...
@@ -57,6 +59,7 @@ public class ProductCategoryController {
return
ResponseResult
.
result
(
productCategoryService
.
remove
(
req
));
return
ResponseResult
.
result
(
productCategoryService
.
remove
(
req
));
}
}
/**
/**
* 分类展示产品
* 分类展示产品
*/
*/
...
...
src/main/java/com/tcm/util/doctor/res/DoctorScheduleResVo.java
View file @
2e7fa6ad
...
@@ -2,8 +2,6 @@ package com.tcm.util.doctor.res;
...
@@ -2,8 +2,6 @@ package com.tcm.util.doctor.res;
import
com.tcm.util.doctor.DoctorScheduleVo
;
import
com.tcm.util.doctor.DoctorScheduleVo
;
import
java.util.List
;
public
class
DoctorScheduleResVo
extends
DoctorScheduleVo
{
public
class
DoctorScheduleResVo
extends
DoctorScheduleVo
{
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment