fix
Helius
2021-06-29 5a02b62b3b2b3663b89a1fb8be0c3f6ac1eb1d3f
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> {
}