新增前端vue

This commit is contained in:
2025-12-10 15:07:01 +08:00
parent 2de5b51e07
commit 62457d9b24
15 changed files with 1133 additions and 554 deletions

View File

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