Commit b9f84a21 authored by renandong's avatar renandong 🇨🇳

1.加入mob推送

parent 4bb20e93
......@@ -6,6 +6,7 @@
<!-- 可根据自己的需求,是否要使用 -->
<resultMap type="com.weface.entity.PushLogEntity" id="pushLogMap">
<result property="id" column="id"/>
<result property="pushType" column="push_type"/>
<result property="appName" column="app_name"/>
<result property="taskId" column="task_id"/>
<result property="result" column="result"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment