feat: implement component-item management with CRUD operations and status updates
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package requests
|
||||
|
||||
type CreateComponentStatusHistoryRequest struct {
|
||||
OldStatus string `json:"oldStatus"`
|
||||
NewStatus string `json:"newStatus" binding:"required"`
|
||||
ChangedQuantity *int32 `json:"changedQuantity"`
|
||||
Note string `json:"note"`
|
||||
}
|
||||
Reference in New Issue
Block a user