whycxzp
2022-08-01 324246358f1ca5f2e89d5f07c92ba25bb409738e
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.DocRole;
 
public interface DocRoleMapper extends CustomMapper<DocRole>{
}