ll
liukangdong
2024-10-31 6223d0af2b22cb3c411db8508aced8861d8dd6bd
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> {
}