Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gogirl-miniapp-backend
Overview
Overview
Details
Activity
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
huluobin
gogirl-miniapp-backend
Commits
727e0fbe
Commit
727e0fbe
authored
Jul 07, 2021
by
liyanlin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
36ee09ba
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
ScheduleManageDTOAssembler.java
...java/com/gogirl/assembler/ScheduleManageDTOAssembler.java
+1
-1
ScheduleServeDTO.java
src/main/java/com/gogirl/shared/order/ScheduleServeDTO.java
+3
-3
No files found.
src/main/java/com/gogirl/assembler/ScheduleManageDTOAssembler.java
View file @
727e0fbe
...
@@ -38,7 +38,7 @@ public class ScheduleManageDTOAssembler implements Function<ScheduleManage, Sche
...
@@ -38,7 +38,7 @@ public class ScheduleManageDTOAssembler implements Function<ScheduleManage, Sche
ScheduleServeDTO
scheduleServeDTO
=
new
ScheduleServeDTO
();
ScheduleServeDTO
scheduleServeDTO
=
new
ScheduleServeDTO
();
BeanUtils
.
copyProperties
(
scheduleServe
,
scheduleServeDTO
);
BeanUtils
.
copyProperties
(
scheduleServe
,
scheduleServeDTO
);
if
(
scheduleServe
.
getServe
()
!=
null
)
{
if
(
scheduleServe
.
getServe
()
!=
null
)
{
scheduleServeDTO
.
set
TypeId
(
scheduleServe
.
getServe
().
get
TypeId
());
scheduleServeDTO
.
set
SchId
(
scheduleServe
.
getServe
().
getSch
TypeId
());
}
}
if
(
scheduleServe
.
getOwnProduce
()
!=
null
)
{
if
(
scheduleServe
.
getOwnProduce
()
!=
null
)
{
scheduleServeDTO
.
setOwnProduce
(
scheduleServe
.
getOwnProduce
());
scheduleServeDTO
.
setOwnProduce
(
scheduleServe
.
getOwnProduce
());
...
...
src/main/java/com/gogirl/shared/order/ScheduleServeDTO.java
View file @
727e0fbe
...
@@ -30,6 +30,9 @@ public class ScheduleServeDTO implements Serializable {
...
@@ -30,6 +30,9 @@ public class ScheduleServeDTO implements Serializable {
@ApiModelProperty
(
"预约id"
)
@ApiModelProperty
(
"预约id"
)
private
Integer
schId
;
private
Integer
schId
;
@ApiModelProperty
(
"预约分类"
)
private
Integer
schTypeId
;
@ApiModelProperty
(
"预约美甲师id"
)
@ApiModelProperty
(
"预约美甲师id"
)
private
Integer
technicianId
;
private
Integer
technicianId
;
...
@@ -83,9 +86,6 @@ public class ScheduleServeDTO implements Serializable {
...
@@ -83,9 +86,6 @@ public class ScheduleServeDTO implements Serializable {
private
BigDecimal
discountRate
;
private
BigDecimal
discountRate
;
@ApiModelProperty
(
"服务类型ID"
)
private
Integer
typeId
;
/**
/**
* 预约款式vo
* 预约款式vo
*/
*/
...
...
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