ars.module.location.repository.AddressRepository Maven / Gradle / Ivy
package ars.module.location.repository;
import ars.module.location.model.Address;
import ars.database.repository.Repository;
/**
* 地址数据操作接口
*
* @author yongqiangwu
*
* @param
* 数据模型
*/
public interface AddressRepository extends Repository {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy