xiaoyong931011
2021-08-04 ea868a98b776b9e89db429a195704a1412ca8905
gc-user/src/main/java/com/xzx/gc/user/mapper/UserShareInfoMapper.java
@@ -2,12 +2,13 @@
import com.xzx.gc.entity.UserShareInfo;
import com.xzx.gc.util.GcMapper;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Repository;
@Repository
public interface UserShareInfoMapper extends GcMapper<UserShareInfo> {
    UserShareInfo selectByRegistPhone(@Param("registPhone") String registPhone);
}