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 9a395497
authored
Oct 17, 2023
by
huangjinxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:分单返回类添加
1 parent
39a95b6c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
59 additions
and
0 deletions
project-order/src/main/java/com/dituhui/pea/order/dto/param/OrgTeamInfo.java
project-order/src/main/java/com/dituhui/pea/order/dto/param/OrgTeamInfo.java
0 → 100644
View file @
9a39549
package
com
.
dituhui
.
pea
.
order
.
dto
.
param
;
import
com.dituhui.pea.order.entity.EngineerInfoEntity
;
import
lombok.Data
;
import
lombok.experimental.Accessors
;
import
java.time.LocalDateTime
;
import
java.util.List
;
@Data
@Accessors
(
chain
=
true
)
public
class
OrgTeamInfo
{
private
Integer
id
;
private
String
teamId
;
private
String
teamName
;
private
Integer
teamType
;
private
String
clusterId
;
private
String
branchId
;
private
String
groupId
;
private
String
warehouseId
;
private
String
workdays
;
private
String
memo
;
private
LocalDateTime
createTime
;
private
LocalDateTime
updateTime
;
private
String
workOn
;
private
String
workOff
;
private
Integer
workDuration
;
private
String
transportMod
;
private
String
strategySchedule
;
private
String
strategyAppointment
;
private
Integer
intervalSchedule
;
private
Integer
intervalScheduleNext
;
private
String
cuteOff
;
private
Integer
status
;
List
<
EngineerInfoEntity
>
engineerInfoList
;
}
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