Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
ufo-platform
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
chenchao
5 years ago
Commit
0b22509231aebeb9ccd6e72f16883b70775eda12
1 parent
7423a47d
add test option
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
order/src/main/java/com/yoho/ufo/order/model/metaconfig/SellerDeliverLimitTime.java
order/src/main/java/com/yoho/ufo/order/model/metaconfig/SellerDeliverLimitTime.java
View file @
0b22509
...
...
@@ -18,7 +18,7 @@ public class SellerDeliverLimitTime {
@Data
private
static
class
LimitTime
{
@MetaProperty
(
desc
=
"发货时限"
,
type
=
"option"
,
intOps
=
{
36
,
48
,
72
,
96
,
120
,
144
,
168
},
showStr
=
{
"36小时"
,
"2天"
,
"3天"
,
"4天"
,
"5天"
,
"6天"
,
"7天"
})
@MetaProperty
(
desc
=
"发货时限"
,
type
=
"option"
,
intOps
=
{
1
,
36
,
48
,
72
,
96
,
120
,
144
,
168
},
showStr
=
{
"1小时(测试数据)"
,
"36小时"
,
"2天"
,
"3天"
,
"4天"
,
"5天"
,
"6天"
,
"7天"
})
private
int
limitTime
;
}
}
...
...
Please
register
or
login
to post a comment