| | |
| | | <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"/>--> |
| | | <result column="hashtag" property="hashtag" jdbcType="VARCHAR"/> |
| | | <result column="description" property="description" jdbcType="VARCHAR"/> |
| | | <result column="ts" property="ts" jdbcType="TIMESTAMP"/> |
| | | </resultMap> |
| | | |
| | | <resultMap id="extraResultMap" type="com.vci.ubcs.omd.entity.OmdAttribute"> |
| | |
| | | <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_type_code" property="referTypeCode" jdbcType="VARCHAR"/> |
| | | <result column="refer_type_key" property="referTypeKey" jdbcType="VARCHAR"/> |
| | | <result column="refer_to_name" property="referToName" jdbcType="VARCHAR"/> |
| | | <!-- <result column="using_enum" property="usingEnum" jdbcType="VARCHAR"/>--> |
| | | <!-- <result column="enum_key" property="enumKey" jdbcType="VARCHAR"/>--> |
| | | <!-- <result column="enum_name" property="enumName" jdbcType="VARCHAR"/>--> |
| | | <!-- <result column="using_dict" property="usingDict" jdbcType="VARCHAR"/>--> |
| | | <!-- <result column="dict_code" property="dictCode" jdbcType="VARCHAR"/>--> |
| | | <!-- <result column="dict_key" property="dictKey" jdbcType="VARCHAR"/>--> |
| | | <result column="default_value" property="defaultValue" jdbcType="VARCHAR"/> |
| | | <result column="calculate_type" property="calculateType" jdbcType="VARCHAR"/> |
| | | <result column="calculate_value" property="calculateValue" jdbcType="VARCHAR"/> |
| | | </resultMap> |
| | | |
| | | |