Commit 43f5e1dd by xiaoer.li@freemud.com

fixbug: 枚举值

parent ffd2eaa8
...@@ -2,8 +2,8 @@ package com.freemud.sdk.api.assortment.order.enums; ...@@ -2,8 +2,8 @@ package com.freemud.sdk.api.assortment.order.enums;
public enum StoreDeliveryMethod { public enum StoreDeliveryMethod {
THIRD("1","self", "三方物流配送"), THIRD("1","third", "三方物流配送"),
SELF("2","third", "商家自配送"); SELF("2","self", "商家自配送");
private String type; private String type;
private String code; private String code;
private String desc; private String desc;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment