rk
2025-12-16 2cfceadff437135a255990ab9698788a48adb636
1
2
3
4
5
6
7
8
9
package com.doumee.dao.system;
 
import com.doumee.dao.system.model.SystemUser;
import com.github.yulichang.base.mapper.MPJJoinMapper;
 
public interface SystemUserJoinMapper extends MPJJoinMapper<SystemUser> {
 
 
}