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