新增前端vue

This commit is contained in:
2025-12-04 16:49:45 +08:00
parent 3a0eefddef
commit 312dfec699
9 changed files with 0 additions and 1065 deletions

View File

@@ -1,15 +0,0 @@
<?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.jeesite.modules.biz.dao.BizSqlStorageDao">
<!-- 查询数据
<select id="findList" resultType="BizSqlStorage">
SELECT ${sqlMap.column.toSql()}
FROM ${sqlMap.table.toSql()}
<where>
${sqlMap.where.toSql()}
</where>
ORDER BY ${sqlMap.order.toSql()}
</select> -->
</mapper>