This commit is contained in:
linfso 2024-06-02 09:19:34 +08:00
parent c55543f9ff
commit 66515e48e7

View File

@ -4,7 +4,7 @@
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.xdadan.erp.emis.mapper.EmisBaseMapper">
<resultMap type="EmisCountry" id="EmisCommonResult">
<resultMap type="EmisCountry" id="EmisBaseResult">
<result property="remark" column="remark" />
<result property="tenantId" column="tenant_id" />