Merge branch 'onpoint-stock-update' into develop

This commit is contained in:
Sinh 2024-04-09 13:39:50 +07:00
commit 013f41210f
1 changed files with 2 additions and 1 deletions

View File

@ -133,5 +133,6 @@ type UpdateStatusWarehousePendingInactive struct {
} }
type GetListWarehouseConfigReq struct { type GetListWarehouseConfigReq struct {
ConfigPartnerCode string `json:"configPartnerCode"` PartnerCode string `json:"partnerCode"`
PartnerIdentityCode string `json:"partnerIdentityCode"`
} }