设备管理系统camunda工作流
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
1.1 KiB

<?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.lnsoft.workflow.hxgk.mapper.DutiesMapper">
<resultMap id="BaseResultMap" type="com.lnsoft.workflow.hxgk.entity.Duties">
<id property="id" column="id" jdbcType="BIGINT"/>
<result property="name" column="name" jdbcType="VARCHAR"/>
<result property="jobType" column="job_type" jdbcType="BIGINT"/>
<result property="weight" column="weight" jdbcType="BIGINT"/>
<result property="time" column="time" jdbcType="BIGINT"/>
<result property="number" column="number" jdbcType="VARCHAR"/>
<result property="state" column="state" jdbcType="TINYINT"/>
<result property="kingdeeid" column="kingdeeid" jdbcType="VARCHAR"/>
<result property="kingdeenum" column="kingdeenum" jdbcType="VARCHAR"/>
</resultMap>
<sql id="Base_Column_List">
id,name,job_type,
weight,time,number,
state,kingdeeid,kingdeenum
</sql>
</mapper>