mark
This commit is contained in:
5
ym-baisc/src/main/resources/FactoryMapper.xml
Normal file
5
ym-baisc/src/main/resources/FactoryMapper.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?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.cnbm.basic.mapper.FactoryMapper">
|
||||
|
||||
</mapper>
|
||||
5
ym-baisc/src/main/resources/MachineMapper.xml
Normal file
5
ym-baisc/src/main/resources/MachineMapper.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?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.cnbm.basic.mapper.MachineMapper">
|
||||
|
||||
</mapper>
|
||||
11
ym-baisc/src/main/resources/MeasureToolMapper.xml
Normal file
11
ym-baisc/src/main/resources/MeasureToolMapper.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?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.cnbm.basic.mapper.MeasureToolMapper">
|
||||
|
||||
<select id="page" resultType="com.cnbm.basic.dto.ProductDTO">
|
||||
select product.*,product_type.name as productType
|
||||
from product
|
||||
left join product_type ON product.product_type_id = product_type.id
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
5
ym-baisc/src/main/resources/PlatformMapper.xml
Normal file
5
ym-baisc/src/main/resources/PlatformMapper.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?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.cnbm.basic.mapper.PlatformMapper">
|
||||
|
||||
</mapper>
|
||||
5
ym-baisc/src/main/resources/ProductFeaturesHisMapper.xml
Normal file
5
ym-baisc/src/main/resources/ProductFeaturesHisMapper.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?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.cnbm.basic.mapper.ProductFeaturesHisMapper">
|
||||
|
||||
</mapper>
|
||||
@@ -2,11 +2,4 @@
|
||||
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.cnbm.basic.mapper.ProductTypeMapper">
|
||||
|
||||
<select id="page" resultType="com.cnbm.basic.dto.ProductTypeDTO">
|
||||
select *
|
||||
from product_type
|
||||
<where>
|
||||
id = #{id)}
|
||||
</where>
|
||||
</select>
|
||||
</mapper>
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
<?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.cnbm.basic.mapper.ProductWorkingprocedureRelationMapper">
|
||||
|
||||
</mapper>
|
||||
5
ym-baisc/src/main/resources/ShiftMapper.xml
Normal file
5
ym-baisc/src/main/resources/ShiftMapper.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?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.cnbm.basic.mapper.ShiftMapper">
|
||||
|
||||
</mapper>
|
||||
5
ym-baisc/src/main/resources/TeamMapper.xml
Normal file
5
ym-baisc/src/main/resources/TeamMapper.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?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.cnbm.basic.mapper.TeamMapper">
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user