package com.dy.pmsGlobal.daoWo;
|
|
import com.dy.pmsGlobal.pojoWo.WoWipSnEx;
|
|
/**
|
* @description 针对表【wo_wip_sn_ex(设备关联表)】的数据库操作Mapper
|
* @createDate 2024-06-19 10:21:40
|
* @Entity com.dy.pmsGlobal.pojoWo.WoWipSnEx
|
*/
|
public interface WoWipSnExMapper {
|
|
int deleteByPrimaryKey(Long id);
|
|
int insert(WoWipSnEx record);
|
|
int insertSelective(WoWipSnEx record);
|
|
WoWipSnEx selectByPrimaryKey(Long id);
|
|
int updateByPrimaryKeySelective(WoWipSnEx record);
|
|
int updateByPrimaryKey(WoWipSnEx record);
|
|
}
|