Sop管理

This commit is contained in:
2026-04-23 14:23:43 +08:00
parent a99b1b5b09
commit 54f2053d45
6 changed files with 380 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
package com.rj.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.rj.entity.SopManagementMy;
import org.apache.ibatis.annotations.Mapper;
/**
* SOP知识库管理表 Mapper
*/
@Mapper
public interface SopManagementMyMapper extends BaseMapper<SopManagementMy> {
}