...
|
...
|
@@ -53,7 +53,7 @@ public class BuyerPenalty { |
|
|
@Data
|
|
|
private static class StagedCollection{
|
|
|
|
|
|
@MetaProperty(desc = "排序",rootGroup ="预售规则", childGroup ="仓库收货前",type = "int")
|
|
|
@MetaProperty(desc = "排序",rootGroup ="预售规则", childGroup ="仓库收货前",type = "int",readOnly = true)
|
|
|
private Integer index;
|
|
|
|
|
|
private MoneyRange moneyRange;
|
...
|
...
|
@@ -102,7 +102,7 @@ public class BuyerPenalty { |
|
|
@Data
|
|
|
private static class StagedCollection{
|
|
|
|
|
|
@MetaProperty(desc = "排序",rootGroup ="预售规则" ,childGroup = "卖家发货前",type = "int")
|
|
|
@MetaProperty(desc = "排序",rootGroup ="预售规则" ,childGroup = "卖家发货前",type = "int",readOnly = true)
|
|
|
private Integer index;
|
|
|
|
|
|
@MetaProperty(desc = "比例",rootGroup ="预售规则" ,childGroup = "卖家发货前",scale = true)
|
...
|
...
|
@@ -167,7 +167,7 @@ public class BuyerPenalty { |
|
|
@Data
|
|
|
private static class StagedCollection{
|
|
|
|
|
|
@MetaProperty(desc = "排序", rootGroup = "现货规则", childGroup = "仓库收货前",type = "int")
|
|
|
@MetaProperty(desc = "排序", rootGroup = "现货规则", childGroup = "仓库收货前",type = "int",readOnly = true)
|
|
|
private Integer index;
|
|
|
|
|
|
@MetaProperty(desc = "比例", rootGroup = "现货规则", childGroup = "仓库收货前",scale = true)
|
...
|
...
|
@@ -215,7 +215,7 @@ public class BuyerPenalty { |
|
|
@Data
|
|
|
private static class StagedCollection{
|
|
|
|
|
|
@MetaProperty(desc = "排序",rootGroup = "现货规则", childGroup = "卖家发货前",type = "int")
|
|
|
@MetaProperty(desc = "排序",rootGroup = "现货规则", childGroup = "卖家发货前",type = "int",readOnly = true)
|
|
|
private Integer index;
|
|
|
|
|
|
@MetaProperty(desc = "比例",rootGroup = "现货规则", childGroup = "卖家发货前",scale = true)
|
...
|
...
|
|