From e5c29d6ac2b210a9385723598d79a42ae5a9679e Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期三, 23 四月 2025 15:20:13 +0800
Subject: [PATCH] Merge branch 'master' of http://8.140.179.55:20000/r/pipIrr-SV

---
 pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoIr/IrProjectGroupMapper.java |   35 +++++++++++++++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoIr/IrProjectGroupMapper.java b/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoIr/IrProjectGroupMapper.java
new file mode 100644
index 0000000..766733e
--- /dev/null
+++ b/pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoIr/IrProjectGroupMapper.java
@@ -0,0 +1,35 @@
+package com.dy.pipIrrGlobal.daoIr;
+
+import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+import com.dy.pipIrrGlobal.pojoIr.IrProjectGroup;
+import org.apache.ibatis.annotations.Mapper;
+
+/**
+ * @author ZhuBaoMin
+ * @date 2025-03-18 11:36
+ * @LastEditTime 2025-03-18 11:36
+ * @Description
+ */
+
+@Mapper
+public interface IrProjectGroupMapper extends BaseMapper<IrProjectGroup> {
+    int deleteByPrimaryKey(Long id);
+
+    int insert(IrProjectGroup record);
+
+    int insertSelective(IrProjectGroup record);
+
+    IrProjectGroup selectByPrimaryKey(Long id);
+
+    int updateByPrimaryKeySelective(IrProjectGroup record);
+
+    int updateByPrimaryKey(IrProjectGroup record);
+
+    /**
+     * 瑙g粦椤圭洰涓庤疆缃愮粍鍏宠仈
+     * @param projectId
+     * @return
+     */
+    Integer unbindGroup(Long projectId);
+
+}
\ No newline at end of file

--
Gitblit v1.8.0