feat: implement component-item management with CRUD operations and status updates
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package responses
|
||||
|
||||
type CreateComponentStatusHistoryResponse struct {
|
||||
ID int64 `json:"id"`
|
||||
}
|
||||
Reference in New Issue
Block a user