6 lines
107 B
Go
6 lines
107 B
Go
package models
|
|
|
|
type Product struct {
|
|
ProductCode string `json:"ProductCode"` // ✅ büyük P harf ile
|
|
}
|