lxw
2022-08-03 e986c87fdd7a210e5974d662836beaae0a56bd85
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.DocRole;
 
public interface DocRoleMapper extends CustomMapper<DocRole>{
}