mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-24 07:15:43 +00:00
add api get list stock log by product warehouse id
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package validation
|
||||
|
||||
type Query struct {
|
||||
Page int `query:"page" validate:"omitempty,number,min=1,gt=0"`
|
||||
Limit int `query:"limit" validate:"omitempty,number,min=1,gt=0"`
|
||||
ProductWarehouseID uint `query:"product_warehouse_id" validate:"required,gt=0"`
|
||||
}
|
||||
Reference in New Issue
Block a user