...
|
...
|
@@ -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;
|
|
|
}
|
|
|
} |
...
|
...
|
|