ars.module.location.service.AreaService 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.service;
import ars.invoke.local.Api;
import ars.module.location.model.Area;
import ars.database.service.TreeService;
import ars.database.service.BasicService;
/**
* 区域业务操作接口
*
* @author yongqiangwu
*
* @param
* 数据模型
*/
@Api("location/area")
public interface AreaService extends BasicService, TreeService {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy