whyclxw
2025-02-27 fd2df156fa69470b15ccf88b3c9f5a2e6c72bd57
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.RoleUser;
 
public interface RoleUserMapper extends CustomMapper<RoleUser>{
}