package com.ruoyi.change.mapper; import com.ruoyi.change.domain.dto.TbAssetAllocationDTO; import java.util.List; public interface TbAssetAllocationDTOMapper { /** * 查询资产调拨列表 * * @param tbAssetAllocationDTO 资产调拨 * @return 资产调拨集合 */ public List selectTbAssetAllocationList(TbAssetAllocationDTO tbAssetAllocationDTO); }