service/erp/erp.go
2024-07-16 17:18:31 +08:00

9 lines
97 B
Go

package erp
type Erp struct {
Factory factory
Custom custom
Product product
Sale sale
}