ll
liukangdong
2024-09-24 57c140de40d75af475f5a1accc693172ffaaaf0d
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> {
}