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