2021-01-24 21:21:46 +08:00
|
|
|
|
package ink.wgink.interfaces.position;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* When you feel like quitting. Think about why you started
|
|
|
|
|
* 当你想要放弃的时候,想想当初你为何开始
|
|
|
|
|
*
|
|
|
|
|
* @ClassName: IPositionService
|
|
|
|
|
* @Description: 职位
|
|
|
|
|
* @Author: WangGeng
|
|
|
|
|
* @Date: 2021/1/24 12:54
|
|
|
|
|
* @Version: 1.0
|
|
|
|
|
**/
|
2021-02-05 16:52:19 +08:00
|
|
|
|
public interface IPositionBaseService {
|
2021-01-24 21:21:46 +08:00
|
|
|
|
}
|