import { getWithdrawCreateData } from './withdraw';
import { getExpressPrintInfo, getMpShipState } from './ship';
const aspectDict = {
getMpShipState,
getWithdrawCreateData,
getExpressPrintInfo,
};
export default aspectDict;