Helius
2020-08-25 adb99db2cb5359416713a1bd3a13423ddf0f0d80
src/main/resources/mapper/member/MemberDao.xml
@@ -44,4 +44,9 @@
            #{item}
        </foreach >
    </select>
    <select id="selectAllMember" resultType="com.xcong.excoin.modules.member.entity.MemberEntity">
        select * from member
    </select>
</mapper>