added edit quantity function

This commit is contained in:
2025-12-13 12:10:51 +01:00
parent 22e50a8dea
commit 8124d83e79
12 changed files with 228 additions and 12 deletions

View File

@@ -0,0 +1,16 @@
/**
* PyroFetes
*
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
export interface CreatePurchaseOrderProductDto {
productId?: number;
quantity?: number;
}