|  |  | 
 |  |  | import org.apache.ibatis.annotations.Mapper; | 
 |  |  |  | 
 |  |  | import java.util.List; | 
 |  |  | import java.util.Map; | 
 |  |  |  | 
 |  |  | /** | 
 |  |  | * @author User | 
 |  |  | 
 |  |  |  | 
 |  |  |     int insert(StaAssemblyWorkLast record); | 
 |  |  |  | 
 |  |  | //    @Options(useGeneratedKeys = true, keyProperty = "id") | 
 |  |  |     int insertSelective(StaAssemblyWorkLast record); | 
 |  |  |  | 
 |  |  |     StaAssemblyWorkLast selectByPrimaryKey(Long id); | 
 |  |  | 
 |  |  |     int updateByPrimaryKey(StaAssemblyWorkLast record); | 
 |  |  |  | 
 |  |  |     List<StaAssemblyWorkLast> selectList(StaAssemblyWorkLast record); | 
 |  |  |  | 
 |  |  |     Long selectSomeCount(Map<String, Object> params); | 
 |  |  |  | 
 |  |  |     List<StaAssemblyWorkLast> selectSome(Map<String, Object> params); | 
 |  |  | } |