All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.kamingpan.infrastructure.entity.dao.SubscriptionUserLocationDao Maven / Gradle / Ivy

The newest version!
package com.kamingpan.infrastructure.entity.dao;

import com.kamingpan.infrastructure.core.base.dao.BaseDao;
import com.kamingpan.infrastructure.entity.model.entity.SubscriptionUserLocation;
import org.springframework.stereotype.Repository;

/**
 * 公众号用户地理位置 Mapper 接口
 *
 * @author kamingpan
 * @since 2018-07-19
 */
@Repository
public interface SubscriptionUserLocationDao extends BaseDao {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy