liukangdong
2025-02-24 9a66d3a382406eda71b09ed06ddb5d4a0dc95989
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> {
}