Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
HYH.APSJ
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
佟礼
HYH.APSJ
Commits
9284edf3
Commit
9284edf3
authored
Apr 30, 2026
by
DESKTOP-VKRD9QF\Administration
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
通用时间格式
parent
50fde73c
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
18 additions
and
18 deletions
+18
-18
PlanResourceTaskGanttVO.java
...in/java/com/aps/entity/Gantt/PlanResourceTaskGanttVO.java
+3
-3
PlanResourceTaskGanttVO1.java
...n/java/com/aps/entity/Gantt/PlanResourceTaskGanttVO1.java
+3
-3
ProductGanttVO.java
src/main/java/com/aps/entity/Gantt/ProductGanttVO.java
+3
-3
GenVO.java
src/main/java/com/aps/entity/Schedule/GenVO.java
+3
-3
PlanResourceTaskGanttVO.java
...java/com/aps/entity/Schedule/PlanResourceTaskGanttVO.java
+3
-3
ScheduledTask.java
src/main/java/com/aps/entity/ScheduledTask.java
+3
-3
No files found.
src/main/java/com/aps/entity/Gantt/PlanResourceTaskGanttVO.java
View file @
9284edf3
...
@@ -23,11 +23,11 @@ import java.util.List;
...
@@ -23,11 +23,11 @@ import java.util.List;
public
class
PlanResourceTaskGanttVO
{
public
class
PlanResourceTaskGanttVO
{
@Schema
(
description
=
"任务计划最早开始时间"
)
@Schema
(
description
=
"任务计划最早开始时间"
)
@JsonFormat
(
timezone
=
"GMT+8"
,
pattern
=
"yyyy-MM-dd
HH:mm:ss
"
)
@JsonFormat
(
timezone
=
"GMT+8"
,
pattern
=
"yyyy-MM-dd
'T'HH:mm:ss.SSS'Z'
"
)
private
LocalDateTime
earliestTaskStartTime
;
private
LocalDateTime
earliestTaskStartTime
;
@Schema
(
description
=
"最近任务派工截止时间"
)
@Schema
(
description
=
"最近任务派工截止时间"
)
@JsonFormat
(
timezone
=
"GMT+8"
,
pattern
=
"yyyy-MM-dd
HH:mm:ss
"
)
@JsonFormat
(
timezone
=
"GMT+8"
,
pattern
=
"yyyy-MM-dd
'T'HH:mm:ss.SSS'Z'
"
)
private
LocalDateTime
lastTaskAssignmentTime
;
private
LocalDateTime
lastTaskAssignmentTime
;
@Schema
(
description
=
"资源集合"
)
@Schema
(
description
=
"资源集合"
)
...
...
src/main/java/com/aps/entity/Gantt/PlanResourceTaskGanttVO1.java
View file @
9284edf3
...
@@ -22,11 +22,11 @@ import java.util.List;
...
@@ -22,11 +22,11 @@ import java.util.List;
public
class
PlanResourceTaskGanttVO1
{
public
class
PlanResourceTaskGanttVO1
{
@Schema
(
description
=
"任务计划最早开始时间"
)
@Schema
(
description
=
"任务计划最早开始时间"
)
@JsonFormat
(
timezone
=
"GMT+8"
,
pattern
=
"yyyy-MM-dd
HH:mm:ss
"
)
@JsonFormat
(
timezone
=
"GMT+8"
,
pattern
=
"yyyy-MM-dd
'T'HH:mm:ss.SSS'Z'
"
)
private
LocalDateTime
earliestTaskStartTime
;
private
LocalDateTime
earliestTaskStartTime
;
@Schema
(
description
=
"最近任务派工截止时间"
)
@Schema
(
description
=
"最近任务派工截止时间"
)
@JsonFormat
(
timezone
=
"GMT+8"
,
pattern
=
"yyyy-MM-dd
HH:mm:ss
"
)
@JsonFormat
(
timezone
=
"GMT+8"
,
pattern
=
"yyyy-MM-dd
'T'HH:mm:ss.SSS'Z'
"
)
private
LocalDateTime
lastTaskAssignmentTime
;
private
LocalDateTime
lastTaskAssignmentTime
;
@Schema
(
description
=
"资源任务集合"
)
@Schema
(
description
=
"资源任务集合"
)
...
...
src/main/java/com/aps/entity/Gantt/ProductGanttVO.java
View file @
9284edf3
...
@@ -34,11 +34,11 @@ public class ProductGanttVO {
...
@@ -34,11 +34,11 @@ public class ProductGanttVO {
private
String
code
;
private
String
code
;
@Schema
(
description
=
"开始日期"
)
@Schema
(
description
=
"开始日期"
)
@JsonFormat
(
timezone
=
"GMT+8"
,
pattern
=
"yyyy-MM-dd"
)
@JsonFormat
(
timezone
=
"GMT+8"
,
pattern
=
"yyyy-MM-dd
'T'HH:mm:ss.SSS'Z'
"
)
private
LocalDateTime
startDate
;
private
LocalDateTime
startDate
;
@Schema
(
description
=
"结束日期"
)
@Schema
(
description
=
"结束日期"
)
@JsonFormat
(
timezone
=
"GMT+8"
,
pattern
=
"yyyy-MM-dd"
)
@JsonFormat
(
timezone
=
"GMT+8"
,
pattern
=
"yyyy-MM-dd
'T'HH:mm:ss.SSS'Z'
"
)
private
LocalDateTime
endDate
;
private
LocalDateTime
endDate
;
@Schema
(
description
=
"车间ID"
)
@Schema
(
description
=
"车间ID"
)
...
...
src/main/java/com/aps/entity/Schedule/GenVO.java
View file @
9284edf3
...
@@ -11,9 +11,9 @@ public class GenVO {
...
@@ -11,9 +11,9 @@ public class GenVO {
private
String
orderId
;
// 工单ID
private
String
orderId
;
// 工单ID
private
Integer
operationId
;
// 工序ID
private
Integer
operationId
;
// 工序ID
private
Long
equipId
;
// 设备ID
private
Long
equipId
;
// 设备ID
@JsonFormat
(
timezone
=
"GMT+8"
,
pattern
=
"yyyy-MM-dd
HH:mm:ss
"
)
@JsonFormat
(
timezone
=
"GMT+8"
,
pattern
=
"yyyy-MM-dd
'T'HH:mm:ss.SSS'Z'
"
)
private
LocalDateTime
startTime
;
// 实际开始时间
private
LocalDateTime
startTime
;
// 实际开始时间
@JsonFormat
(
timezone
=
"GMT+8"
,
pattern
=
"yyyy-MM-dd
HH:mm:ss
"
)
@JsonFormat
(
timezone
=
"GMT+8"
,
pattern
=
"yyyy-MM-dd
'T'HH:mm:ss.SSS'Z'
"
)
private
LocalDateTime
endTime
;
// 实际结束时间
private
LocalDateTime
endTime
;
// 实际结束时间
private
BigDecimal
quantity
;
// 加工数量
private
BigDecimal
quantity
;
// 加工数量
private
String
operationName
;
// 工序名称
private
String
operationName
;
// 工序名称
...
...
src/main/java/com/aps/entity/Schedule/PlanResourceTaskGanttVO.java
View file @
9284edf3
...
@@ -23,11 +23,11 @@ import java.util.List;
...
@@ -23,11 +23,11 @@ import java.util.List;
public
class
PlanResourceTaskGanttVO
{
public
class
PlanResourceTaskGanttVO
{
@Schema
(
description
=
"任务计划最早开始时间"
)
@Schema
(
description
=
"任务计划最早开始时间"
)
@JsonFormat
(
timezone
=
"GMT+8"
,
pattern
=
"yyyy-MM-dd
HH:mm:ss
"
)
@JsonFormat
(
timezone
=
"GMT+8"
,
pattern
=
"yyyy-MM-dd
'T'HH:mm:ss.SSS'Z'
"
)
private
LocalDateTime
earliestTaskStartTime
;
private
LocalDateTime
earliestTaskStartTime
;
@Schema
(
description
=
"最近任务派工截止时间"
)
@Schema
(
description
=
"最近任务派工截止时间"
)
@JsonFormat
(
timezone
=
"GMT+8"
,
pattern
=
"yyyy-MM-dd
HH:mm:ss
"
)
@JsonFormat
(
timezone
=
"GMT+8"
,
pattern
=
"yyyy-MM-dd
'T'HH:mm:ss.SSS'Z'
"
)
private
LocalDateTime
lastTaskAssignmentTime
;
private
LocalDateTime
lastTaskAssignmentTime
;
@Schema
(
description
=
"资源任务集合"
)
@Schema
(
description
=
"资源任务集合"
)
...
...
src/main/java/com/aps/entity/ScheduledTask.java
View file @
9284edf3
...
@@ -11,9 +11,9 @@ public class ScheduledTask {
...
@@ -11,9 +11,9 @@ public class ScheduledTask {
private
String
orderId
;
// 工单ID
private
String
orderId
;
// 工单ID
private
Long
operationId
;
// 工序ID
private
Long
operationId
;
// 工序ID
private
Long
equipId
;
// 设备ID
private
Long
equipId
;
// 设备ID
@JsonFormat
(
timezone
=
"GMT+8"
,
pattern
=
"yyyy-MM-dd
HH:mm:ss
"
)
@JsonFormat
(
timezone
=
"GMT+8"
,
pattern
=
"yyyy-MM-dd
'T'HH:mm:ss.SSS'Z'
"
)
private
LocalDateTime
startTime
;
// 实际开始时间
private
LocalDateTime
startTime
;
// 实际开始时间
@JsonFormat
(
timezone
=
"GMT+8"
,
pattern
=
"yyyy-MM-dd
HH:mm:ss
"
)
@JsonFormat
(
timezone
=
"GMT+8"
,
pattern
=
"yyyy-MM-dd
'T'HH:mm:ss.SSS'Z'
"
)
private
LocalDateTime
endTime
;
// 实际结束时间
private
LocalDateTime
endTime
;
// 实际结束时间
private
BigDecimal
quantity
;
// 加工数量
private
BigDecimal
quantity
;
// 加工数量
private
BigDecimal
utilization
;
// 加工效率
private
BigDecimal
utilization
;
// 加工效率
...
...
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