9 lines
97 B
Go
9 lines
97 B
Go
package erp
|
|
|
|
type Erp struct {
|
|
Factory factory
|
|
Custom custom
|
|
Product product
|
|
Sale sale
|
|
}
|