liusheng
2023-09-22 785310c565529336e3f23418655ab445038e57f8
ruoyi-project/src/main/resources/mapper/project/ServiceOrganallocationMapper.xml
@@ -4,7 +4,7 @@
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.project.mapper.ServiceOrganallocationMapper">
    
    <resultMap type="ServiceOrganallocation" id="ServiceOrganallocationResult">
    <resultMap type="com.ruoyi.project.domain.ServiceOrganallocation" id="ServiceOrganallocationResult">
        <result property="id"    column="ID"    />
        <result property="organid"    column="OrganID"    />
        <result property="organnumber"    column="OrganNumber"    />