whycxzp
2023-09-21 415612ba330f3a75f20f49d346b374532ad74fd9
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.DocRole;
 
public interface DocRoleMapper extends CustomMapper<DocRole>{
}