File was renamed from dyh-service/dyh-mediate/src/main/java/cn/huge/module/assist/dao/mapper/xml/CaseAssistApplyMapper.xml |
| | |
| | | * @time:2024-09-05 17:25:04 |
| | | * @version 1.0.0 |
| | | --> |
| | | <mapper namespace="cn.huge.module.assist.dao.mapper.CaseAssistApplyMapper"> |
| | | <mapper namespace="cn.huge.module.cases.dao.mapper.CaseAssistApplyMapper"> |
| | | <!-- 结果集 --> |
| | | <resultMap id="dataResult" type="cn.huge.module.assist.domain.po.CaseAssistApply"> |
| | | <resultMap id="dataResult" type="cn.huge.module.cases.domain.po.CaseAssistApply"> |
| | | <result property="id" column="id"/> |
| | | <result property="caseId" column="case_id"/> |
| | | <result property="applyUnitId" column="apply_unit_id"/> |