xml namespace修改

This commit is contained in:
xiang2lin 2025-03-26 15:47:06 +08:00
parent d564ef3efe
commit a047b76cc0
2 changed files with 2 additions and 2 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="com.hzya.frame.u8.base.inventory.entity.BasPartEntity">
<mapper namespace="com.hzya.frame.u8.base.inventory.dao.impl.BasPartDaoImpl">
<resultMap id="get-BasPartEntity-result" type="com.hzya.frame.u8.base.inventory.entity.BasPartEntity">
<!--无备注 -->
<result property="partId" column="partId" />

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="com.hzya.frame.u8.base.inventory.entity.InventorySubEntity">
<mapper namespace="com.hzya.frame.u8.base.inventory.dao.impl.InventorySubDaoImpl">
<resultMap id="get-InventorySubEntity-result" type="com.hzya.frame.u8.base.inventory.entity.InventorySubEntity">
<!--无备注 -->
<result property="cInvSubCode" column="cInvSubCode" />