| | |
| | | <!-- 通用查询映射结果 --> |
| | | <resultMap id="BaseResultMap" type="com.ruoyi.system.model.TContractRentType"> |
| | | <id column="id" property="id" /> |
| | | <result column="contractId" property="contractId" /> |
| | | <result column="IncreasingDecreasing" property="IncreasingDecreasing" /> |
| | | <result column="IncreasingDecreasingType" property="IncreasingDecreasingType" /> |
| | | <result column="numericalValue" property="numericalValue" /> |
| | | <result column="contract_id" property="contractId" /> |
| | | <result column="Increasing_decreasing" property="increasingDecreasing" /> |
| | | <result column="Increasing_decreasing_type" property="increasingDecreasingType" /> |
| | | <result column="numerical_value" property="numericalValue" /> |
| | | </resultMap> |
| | | |
| | | <!-- 通用查询结果列 --> |
| | | <sql id="Base_Column_List"> |
| | | id, contractId, IncreasingDecreasing, IncreasingDecreasingType, numericalValue |
| | | id, contract_id, Increasing_decreasing, Increasing_decreasing_type, numerical_value |
| | | </sql> |
| | | |
| | | </mapper> |