fys
This commit is contained in:
BIN
fys-modules/fys-demo/src/main/resources/excel/单列表.xlsx
Normal file
BIN
fys-modules/fys-demo/src/main/resources/excel/单列表.xlsx
Normal file
Binary file not shown.
BIN
fys-modules/fys-demo/src/main/resources/excel/多sheet列表.xlsx
Normal file
BIN
fys-modules/fys-demo/src/main/resources/excel/多sheet列表.xlsx
Normal file
Binary file not shown.
BIN
fys-modules/fys-demo/src/main/resources/excel/多列表.xlsx
Normal file
BIN
fys-modules/fys-demo/src/main/resources/excel/多列表.xlsx
Normal file
Binary file not shown.
@ -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.dromara.demo.mapper.TestDemoMapper">
|
||||
|
||||
<select id="customPageList" resultType="com.fuyuanshen.demo.domain.vo.TestDemoVo">
|
||||
SELECT * FROM test_demo ${ew.customSqlSegment}
|
||||
</select>
|
||||
|
||||
</mapper>
|
@ -0,0 +1,7 @@
|
||||
<?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.dromara.demo.mapper.TestTreeMapper">
|
||||
|
||||
</mapper>
|
@ -0,0 +1,3 @@
|
||||
java包使用 `.` 分割 resource 目录使用 `/` 分割
|
||||
<br>
|
||||
此文件目的 防止文件夹粘连找不到 `xml` 文件
|
Reference in New Issue
Block a user