标注接口

This commit is contained in:
lxp
2026-07-08 16:01:51 +08:00
parent 3f30d574d6
commit bc18930b7a
28 changed files with 2040 additions and 1 deletions
@@ -0,0 +1,9 @@
package com.cadlabel.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.cadlabel.entity.CadStructureHistoryRel;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface CadStructureHistoryRelMapper extends BaseMapper<CadStructureHistoryRel> {
}