Merge remote-tracking branch 'origin/master'
This commit is contained in:
19
svc/models/orderproductionitem.go
Normal file
19
svc/models/orderproductionitem.go
Normal file
@@ -0,0 +1,19 @@
|
||||
package models
|
||||
|
||||
// ========================================================
|
||||
// 📌 OrderProductionItem — U ile başlayan ürün satırı
|
||||
// ========================================================
|
||||
type OrderProductionItem struct {
|
||||
OrderHeaderID string `json:"OrderHeaderID"`
|
||||
OrderLineID string `json:"OrderLineID"`
|
||||
|
||||
OldItemCode string `json:"OldItemCode"`
|
||||
OldColor string `json:"OldColor"`
|
||||
OldDim2 string `json:"OldDim2"`
|
||||
OldDesc string `json:"OldDesc"`
|
||||
|
||||
NewItemCode string `json:"NewItemCode"`
|
||||
NewColor string `json:"NewColor"`
|
||||
NewDim2 string `json:"NewDim2"`
|
||||
NewDesc string `json:"NewDesc"`
|
||||
}
|
||||
Reference in New Issue
Block a user