chenhj
2 天以前 9dcd90dc8e329900e6058ac0a3aa44a9e7e04599
main-business/src/main/java/com/ruoyi/business/mapper/PendingInventoryMapper.java
@@ -3,6 +3,7 @@
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.business.entity.PendingInventory;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
/**
 * <p>
@@ -14,5 +15,6 @@
 */
@Mapper
public interface PendingInventoryMapper extends BaseMapper<PendingInventory> {
    // 获取待入库记录
    PendingInventory  getPendingInventoryForUpdateById(@Param("id") Long id);
}