
ars.module.location.service.AbstractAreaService Maven / Gradle / Ivy
package ars.module.location.service;
import ars.module.location.model.Area;
import ars.module.location.service.AreaService;
import ars.database.service.StandardGeneralService;
/**
* 区域业务操作抽象实现
*
* @author yongqiangwu
*
* @param
* 数据模型
*/
public abstract class AbstractAreaService extends StandardGeneralService implements AreaService {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy