Helius
2021-07-08 bca1629b96a41a4f669663eda6a881a6eca403ff
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> {
}