whycxzp
2025-03-05 4f47b10db708a73346ac864672d2f36a826230ba
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.DocRole;
 
public interface DocRoleMapper extends CustomMapper<DocRole>{
}