Pu Zhibing
2025-03-16 b892c2c689bb9464006dc184459fb5a5db5a4827
1
2
3
4
5
6
7
8
9
10
11
package com.panzhihua.sangeshenbian.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.panzhihua.sangeshenbian.model.entity.Department;
 
/**
 * @author zhibing.pu
 * @Date 2025/2/19 17:43
 */
public interface IDepartmentService extends IService<Department> {
}