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

6 lines
60 B
Go

package product
type Product struct {
Category category
}