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