ilk
This commit is contained in:
5
svc/models/product.go
Normal file
5
svc/models/product.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package models
|
||||
|
||||
type Product struct {
|
||||
ProductCode string `json:"ProductCode"` // ✅ büyük P harf ile
|
||||
}
|
||||
Reference in New Issue
Block a user