service/erp/product/product.go

6 lines
60 B
Go
Raw Normal View History

2024-07-16 17:18:31 +08:00
package product
type Product struct {
Category category
}