feat: implement component-item management with CRUD operations and status updates
This commit is contained in:
@@ -19,6 +19,7 @@ const (
|
||||
API_GROUP_COMPONENT_TYPE = "/component-types"
|
||||
API_GROUP_COMPONENT = "/components"
|
||||
API_GROUP_COMPONENT_CODE = "/component-codes"
|
||||
API_GROUP_COMPONENT_ITEM = "/component-items"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user