package com.engine.organization.mapper.hrmresource; /** * @description: * @author:dxfeng * @createTime: 2022/05/20 * @version: 1.0 */ public interface HrmResourceMapper { Long getMaxId(); }