export enum RsDepositTypeEnum { PICK_UP = 'PICK_UP', RETURN = 'RETURN', INVENTORY = 'INVENTORY', }