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