whycxzp
2022-09-07 239eb9f185d86dc2eac7008a3dc9f8626065cce9
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.DocRole;
 
public interface DocRoleMapper extends CustomMapper<DocRole>{
}