[FEAT] Update StockTransferDelivery and TransferDeliveryDTO to allow optional SupplierId

This commit is contained in:
aguhh18
2026-01-27 16:57:36 +07:00
parent 77043005dd
commit 6cac4f0243
4 changed files with 50 additions and 25 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import "time"
type StockTransferDelivery struct {
Id uint64 `gorm:"primaryKey;autoIncrement"`
StockTransferId uint64
SupplierId uint64
SupplierId *uint64
VehiclePlate string
DriverName string
DocumentNumber string