Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
yangxiujun
/
paidan_demo
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit e32ec26e
authored
Oct 26, 2023
by
刘鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs(PEA 对外接口以及工单实体): 工单增加加单失败原因字段描述文档更新
1 parent
0ca2b317
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
project-order/src/main/java/com/dituhui/pea/order/dto/param/OrderConfirmParam.java
project-order/src/main/java/com/dituhui/pea/order/entity/OrderInfoEntity.java
project-order/src/main/java/com/dituhui/pea/order/dto/param/OrderConfirmParam.java
View file @
e32ec26
...
@@ -28,7 +28,11 @@ public class OrderConfirmParam extends OrderConfirmBaseParam{
...
@@ -28,7 +28,11 @@ public class OrderConfirmParam extends OrderConfirmBaseParam{
private
Date
appointmentTime
;
private
Date
appointmentTime
;
/**
/**
* 预约加单失败原因, 预约失败时传递
* 预约加单沟通结果原因, 预约失败时传递
*
* CONFIRMED 预约成功
* REFUED 客户拒绝
* CANNOT_BE_REACHED 客户联系不上
*/
*/
private
String
reasonForFailure
;
private
String
reasonForFailure
;
}
}
project-order/src/main/java/com/dituhui/pea/order/entity/OrderInfoEntity.java
View file @
e32ec26
...
@@ -199,7 +199,9 @@ public class OrderInfoEntity {
...
@@ -199,7 +199,9 @@ public class OrderInfoEntity {
private
String
appointEngineerCodes
;
private
String
appointEngineerCodes
;
/**
/**
* 加单失败原因
* 申请加单沟通结果原因,CONFIRMED 预约成功
* REFUED 客户拒绝
* CANNOT_BE_REACHED 客户联系不上
*/
*/
@Column
(
name
=
"reason_for_failure"
)
@Column
(
name
=
"reason_for_failure"
)
private
String
reasonForFailure
;
private
String
reasonForFailure
;
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment