whycxzp
2024-01-03 d2ba7ed50955701234b1b50ceaf04fe36b86c61d
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.RoleUser;
 
public interface RoleUserMapper extends CustomMapper<RoleUser>{
}