package com.dy.pmsGlobal.daoWo; import com.dy.pmsGlobal.pojoWo.WoAssemblyWorkLast; /** * @description 针对表【wo_assembly_work_last(生产线生产任务认领表)】的数据库操作Mapper * @createDate 2024-06-19 10:21:40 * @Entity com.dy.pmsGlobal.pojoWo.WoAssemblyWorkLast */ public interface WoAssemblyWorkLastMapper { int deleteByPrimaryKey(Long id); int insert(WoAssemblyWorkLast record); int insertSelective(WoAssemblyWorkLast record); WoAssemblyWorkLast selectByPrimaryKey(Long id); int updateByPrimaryKeySelective(WoAssemblyWorkLast record); int updateByPrimaryKey(WoAssemblyWorkLast record); }