增加:column="del_flag"

This commit is contained in:
tiezx 2025-07-17 12:55:02 +08:00
parent cab38bffde
commit b94f223861

View File

@ -15,7 +15,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<result property="updateBy" column="update_by"/> <result property="updateBy" column="update_by"/>
<result property="updateTime" column="update_time"/> <result property="updateTime" column="update_time"/>
<result property="remark" column="remark"/> <result property="remark" column="remark"/>
<result property="delFlag" column="del_flag"/>
</resultMap> </resultMap>
</mapper> </mapper>