修改goods模块
This commit is contained in:
parent
13453dfd3b
commit
061081fc46
@ -2,7 +2,7 @@
|
||||
<!DOCTYPE mapper
|
||||
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.cyl.manager.pms.mapper.BrandMapper">
|
||||
<mapper namespace="com.wzj.soopin.goods.mapper.BrandMapper">
|
||||
|
||||
<resultMap type="Brand" id="BrandResult">
|
||||
<result property="id" column="id"/>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!DOCTYPE mapper
|
||||
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.cyl.manager.pms.mapper.ProductCategoryMapper">
|
||||
<mapper namespace="com.wzj.soopin.goods.mapper.ProductCategoryMapper">
|
||||
|
||||
<resultMap type="ProductCategory" id="ProductCategoryResult">
|
||||
<result property="id" column="id"/>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!DOCTYPE mapper
|
||||
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.cyl.manager.pms.mapper.ProductMapper">
|
||||
<mapper namespace="com.wzj.soopin.goods.mapper.ProductMapper">
|
||||
|
||||
<resultMap type="Product" id="ProductResult">
|
||||
<result property="id" column="id"/>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!DOCTYPE mapper
|
||||
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.cyl.manager.pms.mapper.SkuMapper">
|
||||
<mapper namespace="com.wzj.soopin.goods.mapper.SkuMapper">
|
||||
|
||||
<resultMap type="Sku" id="SkuResult">
|
||||
<result property="id" column="id"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user