ll
liukangdong
2024-12-10 b5c4d5b884a996002197987c07f90a6c8d7720f2
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> {
}