Commit ec56106c by guojuxing

平台规则详情接口添加

parent 6ee2b1bf
......@@ -3,11 +3,11 @@
<mapper namespace="com.gic.enterprise.dao.mapper.TabConfigRuleMapper">
<resultMap id="BaseResultMap" type="com.gic.enterprise.entity.TabConfigRule">
<id column="rule_id" jdbcType="INTEGER" property="ruleId" />
<result column="name" jdbcType="VARCHAR" property="ruleName" />
<result column="rule_name" jdbcType="VARCHAR" property="ruleName" />
<result column="app_name" jdbcType="VARCHAR" property="appName" />
<result column="app_code" jdbcType="VARCHAR" property="appCode" />
<result column="classify_icon" jdbcType="VARCHAR" property="classifyIcon" />
<result column="desc" jdbcType="VARCHAR" property="ruleDesc" />
<result column="rule_desc" jdbcType="VARCHAR" property="ruleDesc" />
<result column="remark" jdbcType="VARCHAR" property="remark" />
<result column="market_scene" jdbcType="VARCHAR" property="marketScene" />
<result column="market_object" jdbcType="INTEGER" property="marketObject" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment