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