zhanghua
2022-10-13 c4d861d166f64a295d0a1acb692af8fe9a721b50
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ycl.service.depart;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.ycl.entity.depart.DepartManager;
 
/**
 * <p>
 *  服务类
 * </p>
 *
 * @author zhanghua
 * @since 2022-10-09
 */
public interface IDepartManagerService extends IService<DepartManager> {
 
}