自动化立体仓库 - WMS系统
#
LSH
2024-03-19 aefcad6d44077e465b995bb25322247b51a4d332
src/main/resources/mapper/WaitPakinLogMapper.xml
@@ -36,7 +36,7 @@
        <result column="dead_time" property="deadTime" />
        <result column="dead_warn" property="deadWarn" />
        <result column="source" property="source" />
        <result column="check" property="check" />
        <result column="inspect" property="inspect" />
        <result column="danger" property="danger" />
        <result column="status" property="status" />
@@ -47,6 +47,8 @@
        <result column="appe_time" property="appeTime" />
        <result column="appe_user" property="appeUser" />
        <result column="memo" property="memo" />
        <result column="roll_up" property="rollUp" />
    </resultMap>
</mapper>