ars.module.location.repository.AreaRepository Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ars-module-location Show documentation
Show all versions of ars-module-location Show documentation
Ars framework module location
package ars.module.location.repository;
import ars.module.location.model.Area;
import ars.database.repository.Repository;
/**
* 区域数据操作接口
*
* @author yongqiangwu
*
* @param
* 数据模型
*/
public interface AreaRepository extends Repository {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy