...
|
...
|
@@ -4,10 +4,10 @@ package com.yohoufo.common.constant; |
|
|
* 物流发货方
|
|
|
*/
|
|
|
public enum EnumExpressSender {
|
|
|
seller("卖家物流", ExpressInfoConstant.EXPRESS_TYPE_1.intValue()),
|
|
|
yoho_to_buyer("有货平台物流", ExpressInfoConstant.EXPRESS_TYPE_2.intValue()),
|
|
|
yoho_to_seller_appraise_fail("有货平台物流", ExpressInfoConstant.EXPRESS_TYPE_3.intValue()),
|
|
|
yoho_to_seller_return_back("有货平台物流", ExpressInfoConstant.EXPRESS_TYPE_REBACK.intValue()),;
|
|
|
seller("物流详情", ExpressInfoConstant.EXPRESS_TYPE_1.intValue()),
|
|
|
yoho_to_buyer("物流详情", ExpressInfoConstant.EXPRESS_TYPE_2.intValue()),
|
|
|
yoho_to_seller_appraise_fail("物流详情", ExpressInfoConstant.EXPRESS_TYPE_3.intValue()),
|
|
|
yoho_to_seller_return_back("物流详情", ExpressInfoConstant.EXPRESS_TYPE_REBACK.intValue()),;
|
|
|
|
|
|
|
|
|
private String name;
|
...
|
...
|
|