first commit

This commit is contained in:
2024-11-29 11:03:13 +08:00
commit fdef054baf
372 changed files with 24482 additions and 0 deletions

View 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.sa.zentao.mapper.ZtKanbangroupMapper">
<resultMap id="BaseResultMap" type="com.sa.zentao.entity.ZtKanbangroup">
<result column="id" property="id" />
<result column="kanban" property="kanban" />
<result column="region" property="region" />
<result column="order" property="order" />
</resultMap>
</mapper>