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 7a5521ef
authored
Oct 26, 2023
by
刘鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(PEA对外接口): 创建预约工单
增加是否指定某个工程师/是否排除某个工程师
1 parent
bb956ce9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
project-order/src/main/java/com/dituhui/pea/order/dto/param/OrderDTO.java
project-order/src/main/java/com/dituhui/pea/order/dto/param/OrderDTO.java
View file @
7a5521e
...
...
@@ -126,6 +126,16 @@ public class OrderDTO {
private
String
description
;
/**
* 是否指定某个工程师/是否排除某个工程师 0:否 1:指定 2:排除 默认0
*/
private
int
isAppointEngineer
;
/**
* 指定某个工程师/排除某个工程师 codes
*/
private
List
<
String
>
appointEngineerCodes
;
/**
* 其他详细信息, 预留的其他详细信息,具体等BEAN提供
*/
private
Object
extraInfo
;
...
...
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