| | |
| | | <resultMap id="BaseResultMap" type="com.ruoyi.system.model.TCrmChangePoints"> |
| | | <id column="id" property="id" /> |
| | | <result column="branch_salesperson_id" property="branchSalespersonId" /> |
| | | <result column="procurement_id" property="procurementId" /> |
| | | <result column="exchange_id" property="exchangeId" /> |
| | | <result column="user_type" property="userType" /> |
| | | <result column="change_type" property="changeType" /> |
| | | <result column="change_reason" property="changeReason" /> |
| | | <result column="change_value" property="changeValue" /> |
| | | <result column="remarks" property="remarks" /> |
| | | <result column="create_time" property="createTime" /> |
| | |
| | | |
| | | <!-- 通用查询结果列 --> |
| | | <sql id="Base_Column_List"> |
| | | id, branch_salesperson_id, user_type, change_type, change_value, remarks, create_time, update_time, create_by, update_by, disabled |
| | | id, branch_salesperson_id,procurement_id,exchange_id, user_type, change_type,change_reason, change_value, remarks, create_time, update_time, create_by, update_by, disabled |
| | | </sql> |
| | | |
| | | </mapper> |