fix
Helius
2021-07-01 2723b71882f6b34d7c443019d1bb5674250c1893
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> {
}