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

6 lines
58 B
Go

package factory
type Factory struct {
Contact contact
}