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