export const EXCHANGE_STATUS = {
  need: 0,
  already: 1,
  needNot: 2,
};
