| | |
| | | <result property="noticeType" column="notice_type" /> |
| | | <result property="noticeContent" column="notice_content" /> |
| | | <result property="status" column="status" /> |
| | | <result property="senderId" column="sender_id" /> |
| | | <result property="consigneeId" column="consignee_id" /> |
| | | <result property="jumpPath" column="jump_path" /> |
| | | <result property="appJumpPath" column="app_jump_path" /> |
| | | <result property="createBy" column="create_by" /> |
| | | <result property="createTime" column="create_time" /> |
| | | <result property="updateBy" column="update_by" /> |
| | | <result property="updateTime" column="update_time" /> |
| | | <result property="remark" column="remark" /> |
| | | <result property="tenantId" column="tenant_id" /> |
| | | </resultMap> |
| | | |
| | | <sql id="selectNoticeVo"> |