| | |
| | | <!-- 通用查询映射结果 --> |
| | | <resultMap id="baseResultMap" type="com.vci.ubcs.omd.entity.OmdAttribute"> |
| | | <id column="id" property="id"/> |
| | | <result column="create_user" property="createUser" jdbcType="NUMBER"/> |
| | | <result column="create_dept" property="createDept" jdbcType="NUMBER"/> |
| | | <result column="create_user" property="createUser" jdbcType="NUMERIC"/> |
| | | <result column="create_dept" property="createDept" jdbcType="NUMERIC"/> |
| | | <result column="create_time" property="createTime" jdbcType="TIMESTAMP"/> |
| | | <result column="update_user" property="updateUser" jdbcType="NUMBER"/> |
| | | <result column="update_user" property="updateUser" jdbcType="NUMERIC"/> |
| | | <result column="update_time" property="updateTime" jdbcType="TIMESTAMP"/> |
| | | <result column="status" property="status" jdbcType="NUMBER"/> |
| | | <result column="is_deleted" property="isDeleted" jdbcType="NUMBER"/> |
| | | <result column="tenant_id" property="tenantId" jdbcType="NUMBER"/> |
| | | <result column="status" property="status" jdbcType="NUMERIC"/> |
| | | <result column="is_deleted" property="isDeleted" jdbcType="NUMERIC"/> |
| | | <result column="tenant_id" property="tenantId" jdbcType="NUMERIC"/> |
| | | <result column="key" property="key" jdbcType="VARCHAR"/> |
| | | <result column="label" property="label" jdbcType="VARCHAR"/> |
| | | <result column="type" property="type" jdbcType="VARCHAR"/> |
| | |
| | | |
| | | <resultMap id="extraResultMap" type="com.vci.ubcs.omd.entity.OmdAttribute"> |
| | | <result column="nullable" property="nullable" jdbcType="VARCHAR"/> |
| | | <result column="max_length" property="maxLength" jdbcType="NUMBER"/> |
| | | <result column="precision" property="precision" jdbcType="NUMBER"/> |
| | | <result column="refer_to_id" property="referToId" jdbcType="NUMBER"/> |
| | | <result column="max_length" property="maxLength" jdbcType="NUMERIC"/> |
| | | <result column="precision" property="precision" jdbcType="NUMERIC"/> |
| | | <result column="refer_to_id" property="referToId" jdbcType="NUMERIC"/> |
| | | <result column="refer_type" property="referType" jdbcType="VARCHAR"/> |
| | | <result column="refer_to_name" property="referToName" jdbcType="VARCHAR"/> |
| | | <result column="using_enum" property="usingEnum" jdbcType="VARCHAR"/> |