Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-api-boot-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-api-boot-master
Commits
3696380f
Commit
3696380f
authored
Mar 01, 2025
by
332784038@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
货柜信息返回空运出仓时间
parent
246d5872
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
BoxDO.java
...n/iocoder/yudao/module/shipment/dal/dataobject/BoxDO.java
+1
-1
BoxBaseBackVO.java
...n/iocoder/yudao/module/shipment/vo/box/BoxBaseBackVO.java
+9
-2
No files found.
yudao-module-shipment/yudao-module-shipment-core/src/main/java/cn/iocoder/yudao/module/shipment/dal/dataobject/BoxDO.java
View file @
3696380f
...
...
@@ -79,7 +79,7 @@ public class BoxDO extends BaseDO {
*/
private
Date
qgDate
;
/**
* 提货时间
* 提货时间
-> 实际已改为卸柜时间
*/
private
Date
thDate
;
...
...
yudao-module-shipment/yudao-module-shipment-core/src/main/java/cn/iocoder/yudao/module/shipment/vo/box/BoxBaseBackVO.java
View file @
3696380f
...
...
@@ -116,12 +116,19 @@ public class BoxBaseBackVO {
@ApiModelProperty
(
value
=
"到仓时间"
)
private
Date
dcDate
;
@ExcelProperty
(
"提货时间"
)
@ExcelProperty
(
"提货时间
-> 实际已改为卸柜时间
"
)
@DateTimeFormat
(
pattern
=
FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND
)
@JsonFormat
(
pattern
=
FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND
)
@ApiModelProperty
(
value
=
"提货时间"
)
@ApiModelProperty
(
value
=
"提货时间
-> 实际已改为卸柜时间
"
)
private
Date
thDate
;
@ExcelProperty
(
"出仓时间"
)
@DateTimeFormat
(
pattern
=
FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND
)
@JsonFormat
(
pattern
=
FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND
)
@ApiModelProperty
(
value
=
"出仓时间"
)
private
Date
ckDate
;
@ExcelProperty
(
value
=
"订舱状态"
)
@ApiModelProperty
(
value
=
"订舱状态"
)
private
Integer
bkStatus
;
...
...
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