15 lines
364 B
Java
15 lines
364 B
Java
|
package ink.wgink.interfaces.department;
|
|||
|
|
|||
|
/**
|
|||
|
* When you feel like quitting. Think about why you started
|
|||
|
* 当你想要放弃的时候,想想当初你为何开始
|
|||
|
*
|
|||
|
* @ClassName: IDepartmentCheckService
|
|||
|
* @Description: 组织部门检查
|
|||
|
* @Author: wanggeng
|
|||
|
* @Date: 2021/2/12 8:44 下午
|
|||
|
* @Version: 1.0
|
|||
|
*/
|
|||
|
public interface IDepartmentCheckService {
|
|||
|
}
|