ll
liukangdong
2024-08-27 f3bd5baa8eb4eb7a896f7312a2e9a7c89a46cef5
1
2
3
4
5
6
7
package com.doumee.dao.system;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.doumee.dao.system.model.SystemDepartmentUser;
 
public interface SystemDepartmentUserMapper extends BaseMapper<SystemDepartmentUser> {
}