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