16 lines
		
	
	
		
			331 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			331 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| 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
 | |
| }
 |