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

ars.module.location.service.AbstractAddressService Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package ars.module.location.service;

import ars.module.location.model.Address;
import ars.module.location.service.AddressService;
import ars.database.service.StandardGeneralService;

/**
 * 地址业务操作抽象实现
 * 
 * @author yongqiangwu
 * 
 * @param 
 *            数据模型
 */
public abstract class AbstractAddressService extends StandardGeneralService
		implements AddressService {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy