package com.xjrsoft.module.asset.mapper; import com.github.yulichang.base.MPJBaseMapper; import com.xjrsoft.module.asset.entity.WfAssetManageInventory; import org.apache.ibatis.annotations.Mapper; /** * @title: 资产管理盘点 * @Author szs * @Date: 2024-04-07 * @Version 1.0 */ @Mapper public interface WfAssetManageInventoryMapper extends MPJBaseMapper { }