longyvfengyun
2022-07-22 103160279885c466e835420564dc17fc5aba99f4
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.DocRole;
 
public interface DocRoleMapper extends CustomMapper<DocRole>{
}