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