xiaoyong931011
2021-07-21 cf0566c178a8129f2906c36af9adc87c2a1eef53
1
2
3
4
5
6
7
package com.xzx.gc.system.mapper;
 
import com.xzx.gc.entity.SysItemUser;
import com.xzx.gc.util.GcMapper;
 
public interface SysItemUserMapper extends GcMapper<SysItemUser> {
}