package devopsdistilled.operp.server.data.service.business; import devopsdistilled.operp.server.data.entity.business.PurchaseDesc; public interface PurchaseDescService extends BusinessDescService<PurchaseDesc> { }