lxw
2022-09-03 b957004abb4094a48eaf47b339d92dddc124e759
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.DocRole;
 
public interface DocRoleMapper extends CustomMapper<DocRole>{
}