pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoSta/StaWipSnExMapper.java
@@ -3,6 +3,8 @@ import com.dy.pmsGlobal.pojoSta.StaWipSnEx; import org.apache.ibatis.annotations.Mapper; import java.util.List; /** * @author User * @description 针对表【sta_wip_sn_ex(设备关联表)】的数据库操作Mapper @@ -24,4 +26,5 @@ int updateByPrimaryKey(StaWipSnEx record); List<StaWipSnEx> selectByDeviceNo(String deviceNo); }