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