export const COURIER_PROVIDER = 'COURIER_PROVIDER'; export enum CourierProviderCode { XIAOFEIXIA = 'XIAOFEIXIA', SF = 'SF', JD = 'JD', }