[feat]合并wyw-7.25外部合同管理模块

This commit is contained in:
Qiancheng Zhao
2024-07-31 09:34:53 +08:00
parent 7446e57a48
commit 44c6558602
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="cn.iocoder.yudao.module.cms.dal.mysql.extcontract.ExtContractMapper">
<mapper namespace="cn.iocoder.yudao.module.cms.dal.mysql.extContract.ExtContractMapper">
<!--
一般情况下,尽可能使用 Mapper 进行 CRUD 增删改查即可。