package erp

type Erp struct {
	Factory          factory
	Custom           custom
	Product          product
	Sale             sale
	Purchase         purchase
	LogisticsCompany logisticsCompany
	Workflow         workflow
	Shipment         shipment
	Contact          contact
	Template         template
	Accounting       accounting
}