xiaoyong931011
2021-11-10 7d35a3676ac6d4abcc7a02f33ba020bc29e1b825
1
2
3
4
5
6
7
package com.xzx.gc.user.mapper;
 
import com.xzx.gc.entity.UserGatherApply;
import com.xzx.gc.util.GcMapper;
 
public interface UserGatherApplyMapper extends GcMapper<UserGatherApply> {
}